Html Css Color HEX #B03BCD Dark Orchid

📋 copy color: '#B03BCD'

red 176 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #B03BCD

Tints of Dark Orchid #B03BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.41%

 BLUE value IS 205 (80.47% from 255) = 46.59%

R = 40%
G = 13.41%
B = 46.59%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B03BCD (or 0xB03BCD) is known color: Dark Orchid. HEX triplet: B0, 3B and CD. RGB value is (176,59,205). Sum of RGB (Red+Green+Blue) = 176+59+205=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #B03BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BCD is #4FC432. Grayscale: #6E6E6E. Windows color (decimal): -5227571 or 13450160. OLE color: 13450160.

HSL color Cylindrical-coordinate representation of color #B03BCD: hue angle of 288.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B03BCD is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 59 205 -
CMYK 0.14 0.71 0 0.20
HSL 288.08º 0.59% 0.52% -
HSV(B) 288.08º 0.71% 0.8% -
XYZ 30.49 16.77 59.39 -
YUV 110.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 176 59 205 0.14 0.71 0 0.20 288.08 0.59 0.52
Hex B0 3B CD E 47 0 14 120 3B 34
Octal 260 73 315 16 107 0 24 440 73 64
Binary 10110000 111011 11001101 1110 1000111 0 10100 100100000 111011 110100

Color Harmonies of #B03BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03BCD

Black with #B03BCD

Text Example


Text Example

White with #B03BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03BCD; }

 p { color: rgb(176,59,205); }

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

background-color css

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

 a { background-color: rgb(176,59,205); }

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

border-color css

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

 span { border-color: rgb(176,59,205); }

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