Html Css Color HEX #B04EDF Medium Orchid

📋 copy color: '#B04EDF'

red 176 ◦ green 78 ◦ blue 223

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

Shades of Medium Orchid #B04EDF

Tints of Medium Orchid #B04EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 36.9%
G = 16.35%
B = 46.75%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B04EDF (or 0xB04EDF) is known color: Medium Orchid. HEX triplet: B0, 4E and DF. RGB value is (176,78,223). Sum of RGB (Red+Green+Blue) = 176+78+223=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #B04EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04EDF is #4FB120. Grayscale: #7B7B7B. Windows color (decimal): -5222689 or 14634672. OLE color: 14634672.

HSL color Cylindrical-coordinate representation of color #B04EDF: hue angle of 280.55º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B04EDF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 78 223 -
CMYK 0.21 0.65 0 0.13
HSL 280.55º 0.69% 0.59% -
HSV(B) 280.55º 0.65% 0.87% -
XYZ 33.95 20.01 71.88 -
YUV 123.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 176 78 223 0.21 0.65 0 0.13 280.55 0.69 0.59
Hex B0 4E DF 15 41 0 D 119 45 3B
Octal 260 116 337 25 101 0 15 431 105 73
Binary 10110000 1001110 11011111 10101 1000001 0 1101 100011001 1000101 111011

Color Harmonies of #B04EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04EDF

Black with #B04EDF

Text Example


Text Example

White with #B04EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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