Html Css Color HEX #B023DF Dark Orchid

📋 copy color: '#B023DF'

red 176 ◦ green 35 ◦ blue 223

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

Shades of Dark Orchid #B023DF

Tints of Dark Orchid #B023DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 40.55%
G = 8.06%
B = 51.38%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B023DF (or 0xB023DF) is known color: Dark Orchid. HEX triplet: B0, 23 and DF. RGB value is (176,35,223). Sum of RGB (Red+Green+Blue) = 176+35+223=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 35 (14.06% from 255 or 8.06% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B023DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023DF is #4FDC20. Grayscale: #616161. Windows color (decimal): -5233697 or 14623664. OLE color: 14623664.

HSL color Cylindrical-coordinate representation of color #B023DF: hue angle of 285º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B023DF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 35 223 -
CMYK 0.21 0.84 0 0.13
HSL 285º 0.75% 0.51% -
HSV(B) 285º 0.84% 0.87% -
XYZ 31.82 15.76 71.18 -
YUV 98.59 198.21 183.21 -
System Red Green Blue C M Y K H S L
Decimal 176 35 223 0.21 0.84 0 0.13 285 0.75 0.51
Hex B0 23 DF 15 54 0 D 11D 4B 33
Octal 260 43 337 25 124 0 15 435 113 63
Binary 10110000 100011 11011111 10101 1010100 0 1101 100011101 1001011 110011

Color Harmonies of #B023DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023DF

Black with #B023DF

Text Example


Text Example

White with #B023DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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