Html Css Color HEX #B03EDD Medium Orchid

📋 copy color: '#B03EDD'

red 176 ◦ green 62 ◦ blue 221

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

Shades of Medium Orchid #B03EDD

Tints of Medium Orchid #B03EDD

RGB

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

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

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

R = 38.34%
G = 13.51%
B = 48.15%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B03EDD (or 0xB03EDD) is known color: Medium Orchid. HEX triplet: B0, 3E and DD. RGB value is (176,62,221). Sum of RGB (Red+Green+Blue) = 176+62+221=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 62 (24.61% from 255 or 13.51% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #B03EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EDD is #4FC122. Grayscale: #717171. Windows color (decimal): -5226787 or 14499504. OLE color: 14499504.

HSL color Cylindrical-coordinate representation of color #B03EDD: hue angle of 283.02º 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 #B03EDD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 62 221 -
CMYK 0.20 0.72 0 0.13
HSL 283.02º 0.7% 0.55% -
HSV(B) 283.02º 0.72% 0.87% -
XYZ 32.68 17.9 70.14 -
YUV 114.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 176 62 221 0.20 0.72 0 0.13 283.02 0.7 0.55
Hex B0 3E DD 14 48 0 D 11B 46 37
Octal 260 76 335 24 110 0 15 433 106 67
Binary 10110000 111110 11011101 10100 1001000 0 1101 100011011 1000110 110111

Color Harmonies of #B03EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03EDD

Black with #B03EDD

Text Example


Text Example

White with #B03EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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