Html Css Color HEX #B04ECE Medium Orchid

📋 copy color: '#B04ECE'

red 176 ◦ green 78 ◦ blue 206

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

Shades of Medium Orchid #B04ECE

Tints of Medium Orchid #B04ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 38.26%
G = 16.96%
B = 44.78%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B04ECE (or 0xB04ECE) is known color: Medium Orchid. HEX triplet: B0, 4E and CE. RGB value is (176,78,206). Sum of RGB (Red+Green+Blue) = 176+78+206=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #B04ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04ECE is #4FB131. Grayscale: #797979. Windows color (decimal): -5222706 or 13520560. OLE color: 13520560.

HSL color Cylindrical-coordinate representation of color #B04ECE: hue angle of 285.94º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B04ECE is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 78 206 -
CMYK 0.15 0.62 0 0.19
HSL 285.94º 0.57% 0.56% -
HSV(B) 285.94º 0.62% 0.81% -
XYZ 31.77 19.14 60.41 -
YUV 121.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 176 78 206 0.15 0.62 0 0.19 285.94 0.57 0.56
Hex B0 4E CE F 3E 0 13 11E 39 38
Octal 260 116 316 17 76 0 23 436 71 70
Binary 10110000 1001110 11001110 1111 111110 0 10011 100011110 111001 111000

Color Harmonies of #B04ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ECE

Black with #B04ECE

Text Example


Text Example

White with #B04ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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