Html Css Color HEX #B03EE0 Medium Orchid

📋 copy color: '#B03EE0'

red 176 ◦ green 62 ◦ blue 224

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

Shades of Medium Orchid #B03EE0

Tints of Medium Orchid #B03EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.48%

R = 38.1%
G = 13.42%
B = 48.48%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B03EE0 (or 0xB03EE0) is known color: Medium Orchid. HEX triplet: B0, 3E and E0. RGB value is (176,62,224). Sum of RGB (Red+Green+Blue) = 176+62+224=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #B03EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EE0 is #4FC11F. Grayscale: #727272. Windows color (decimal): -5226784 or 14696112. OLE color: 14696112.

HSL color Cylindrical-coordinate representation of color #B03EE0: hue angle of 282.22º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03EE0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 62 224 -
CMYK 0.21 0.72 0 0.12
HSL 282.22º 0.72% 0.56% -
HSV(B) 282.22º 0.72% 0.88% -
XYZ 33.08 18.06 72.26 -
YUV 114.55 189.77 171.83 -
System Red Green Blue C M Y K H S L
Decimal 176 62 224 0.21 0.72 0 0.12 282.22 0.72 0.56
Hex B0 3E E0 15 48 0 C 11A 48 38
Octal 260 76 340 25 110 0 14 432 110 70
Binary 10110000 111110 11100000 10101 1001000 0 1100 100011010 1001000 111000

Color Harmonies of #B03EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03EE0

Black with #B03EE0

Text Example


Text Example

White with #B03EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03EE0; }

 p { color: rgb(176,62,224); }

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

background-color css

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

 a { background-color: rgb(176,62,224); }

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

border-color css

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

 span { border-color: rgb(176,62,224); }

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