Html Css Color HEX #B04ECB Medium Orchid

📋 copy color: '#B04ECB'

red 176 ◦ green 78 ◦ blue 203

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

Shades of Medium Orchid #B04ECB

Tints of Medium Orchid #B04ECB

RGB

 RED value IS 176 (69.14% from 255) = 38.51%

 GREEN value IS 78 (30.86% from 255) = 17.07%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 38.51%
G = 17.07%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B04ECB (or 0xB04ECB) is known color: Medium Orchid. HEX triplet: B0, 4E and CB. RGB value is (176,78,203). Sum of RGB (Red+Green+Blue) = 176+78+203=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #B04ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ECB is #4FB134. Grayscale: #797979. Windows color (decimal): -5222709 or 13323952. OLE color: 13323952.

HSL color Cylindrical-coordinate representation of color #B04ECB: hue angle of 287.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04ECB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 78 203 -
CMYK 0.13 0.62 0 0.20
HSL 287.04º 0.55% 0.55% -
HSV(B) 287.04º 0.62% 0.8% -
XYZ 31.41 18.99 58.51 -
YUV 121.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 176 78 203 0.13 0.62 0 0.20 287.04 0.55 0.55
Hex B0 4E CB D 3E 0 14 11F 37 37
Octal 260 116 313 15 76 0 24 437 67 67
Binary 10110000 1001110 11001011 1101 111110 0 10100 100011111 110111 110111

Color Harmonies of #B04ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ECB

Black with #B04ECB

Text Example


Text Example

White with #B04ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ECB; }

 p { color: rgb(176,78,203); }

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

background-color css

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

 a { background-color: rgb(176,78,203); }

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

border-color css

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

 span { border-color: rgb(176,78,203); }

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