Html Css Color HEX #B023DC Dark Orchid

📋 copy color: '#B023DC'

red 176 ◦ green 35 ◦ blue 220

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

Shades of Dark Orchid #B023DC

Tints of Dark Orchid #B023DC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.12%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 40.84%
G = 8.12%
B = 51.04%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B023DC (or 0xB023DC) is known color: Dark Orchid. HEX triplet: B0, 23 and DC. RGB value is (176,35,220). Sum of RGB (Red+Green+Blue) = 176+35+220=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 35 (14.06% from 255 or 8.12% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #B023DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023DC is #4FDC23. Grayscale: #616161. Windows color (decimal): -5233700 or 14427056. OLE color: 14427056.

HSL color Cylindrical-coordinate representation of color #B023DC: hue angle of 285.73º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B023DC is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 35 220 -
CMYK 0.2 0.84 0 0.14
HSL 285.73º 0.73% 0.5% -
HSV(B) 285.73º 0.84% 0.86% -
XYZ 31.42 15.6 69.06 -
YUV 98.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 176 35 220 0.2 0.84 0 0.14 285.73 0.73 0.5
Hex B0 23 DC 14 54 0 E 11E 49 32
Octal 260 43 334 24 124 0 16 436 111 62
Binary 10110000 100011 11011100 10100 1010100 0 1110 100011110 1001001 110010

Color Harmonies of #B023DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023DC

Black with #B023DC

Text Example


Text Example

White with #B023DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023DC; }

 p { color: rgb(176,35,220); }

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

background-color css

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

 a { background-color: rgb(176,35,220); }

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

border-color css

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

 span { border-color: rgb(176,35,220); }

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