Html Css Color HEX #B43EDD Medium Orchid

📋 copy color: '#B43EDD'

red 180 ◦ green 62 ◦ blue 221

#B43EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B43EDD

Tints of Medium Orchid #B43EDD

RGB

 RED value IS 180 (70.7% from 255) = 38.88%

 GREEN value IS 62 (24.61% from 255) = 13.39%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 38.88%
G = 13.39%
B = 47.73%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B43EDD (or 0xB43EDD) is known color: Medium Orchid. HEX triplet: B4, 3E and DD. RGB value is (180,62,221). Sum of RGB (Red+Green+Blue) = 180+62+221=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B43EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43EDD is #4BC122. Grayscale: #727272. Windows color (decimal): -4964643 or 14499508. OLE color: 14499508.

HSL color Cylindrical-coordinate representation of color #B43EDD: hue angle of 284.53º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43EDD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 62 221 -
CMYK 0.19 0.72 0 0.13
HSL 284.53º 0.7% 0.55% -
HSV(B) 284.53º 0.72% 0.87% -
XYZ 33.6 18.37 70.18 -
YUV 115.41 187.59 174.07 -
System Red Green Blue C M Y K H S L
Decimal 180 62 221 0.19 0.72 0 0.13 284.53 0.7 0.55
Hex B4 3E DD 13 48 0 D 11D 46 37
Octal 264 76 335 23 110 0 15 435 106 67
Binary 10110100 111110 11011101 10011 1001000 0 1101 100011101 1000110 110111

Color Harmonies of #B43EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43EDD

Black with #B43EDD

Text Example


Text Example

White with #B43EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43EDD; }

 p { color: rgb(180,62,221); }

 H1.HeaderClassName
 {
   color: #B43EDD;
 }
 .AnyTagClassName
 {
   color: #B43EDD;
 }
</style>

background-color css

<style>
 a { background-color: #B43EDD; }

 a { background-color: rgb(180,62,221); }

 div.DivClassName
 {
   background-color: #B43EDD;
 }
 .BgClassName
 {
   background-color: #B43EDD;
 }
</style>

border-color css

<style>
 span { border-color: #B43EDD; }

 span { border-color: rgb(180,62,221); }

 td.TdClassName
 {
   border-color: #B43EDD;
 }
 .TagClassName
 {
   border-color: #B43EDD;
 }
</style>