Html Css Color HEX #B023CA Dark Orchid

📋 copy color: '#B023CA'

red 176 ◦ green 35 ◦ blue 202

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

Shades of Dark Orchid #B023CA

Tints of Dark Orchid #B023CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 42.62%
G = 8.47%
B = 48.91%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B023CA (or 0xB023CA) is known color: Dark Orchid. HEX triplet: B0, 23 and CA. RGB value is (176,35,202). Sum of RGB (Red+Green+Blue) = 176+35+202=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #B023CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023CA is #4FDC35. Grayscale: #5F5F5F. Windows color (decimal): -5233718 or 13247408. OLE color: 13247408.

HSL color Cylindrical-coordinate representation of color #B023CA: hue angle of 290.66º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B023CA is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 35 202 -
CMYK 0.13 0.83 0 0.21
HSL 290.66º 0.7% 0.46% -
HSV(B) 290.66º 0.83% 0.79% -
XYZ 29.17 14.7 57.18 -
YUV 96.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 176 35 202 0.13 0.83 0 0.21 290.66 0.7 0.46
Hex B0 23 CA D 53 0 15 123 46 2E
Octal 260 43 312 15 123 0 25 443 106 56
Binary 10110000 100011 11001010 1101 1010011 0 10101 100100011 1000110 101110

Color Harmonies of #B023CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023CA

Black with #B023CA

Text Example


Text Example

White with #B023CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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