Html Css Color HEX #B03EDB Medium Orchid

📋 copy color: '#B03EDB'

red 176 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #B03EDB

Tints of Medium Orchid #B03EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 38.51%
G = 13.57%
B = 47.92%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B03EDB (or 0xB03EDB) is known color: Medium Orchid. HEX triplet: B0, 3E and DB. RGB value is (176,62,219). Sum of RGB (Red+Green+Blue) = 176+62+219=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #B03EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03EDB is #4FC124. Grayscale: #717171. Windows color (decimal): -5226789 or 14368432. OLE color: 14368432.

HSL color Cylindrical-coordinate representation of color #B03EDB: hue angle of 283.57º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B03EDB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 62 219 -
CMYK 0.20 0.72 0 0.14
HSL 283.57º 0.69% 0.55% -
HSV(B) 283.57º 0.72% 0.86% -
XYZ 32.41 17.79 68.74 -
YUV 113.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 176 62 219 0.20 0.72 0 0.14 283.57 0.69 0.55
Hex B0 3E DB 14 48 0 E 11C 45 37
Octal 260 76 333 24 110 0 16 434 105 67
Binary 10110000 111110 11011011 10100 1001000 0 1110 100011100 1000101 110111

Color Harmonies of #B03EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03EDB

Black with #B03EDB

Text Example


Text Example

White with #B03EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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