Html Css Color HEX #B023BC Dark Orchid

📋 copy color: '#B023BC'

red 176 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #B023BC

Tints of Dark Orchid #B023BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 44.11%
G = 8.77%
B = 47.12%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B023BC (or 0xB023BC) is known color: Dark Orchid. HEX triplet: B0, 23 and BC. RGB value is (176,35,188). Sum of RGB (Red+Green+Blue) = 176+35+188=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #B023BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B023BC is #4FDC43. Grayscale: #5E5E5E. Windows color (decimal): -5233732 or 12329904. OLE color: 12329904.

HSL color Cylindrical-coordinate representation of color #B023BC: hue angle of 295.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B023BC is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 35 188 -
CMYK 0.06 0.81 0 0.26
HSL 295.29º 0.69% 0.44% -
HSV(B) 295.29º 0.81% 0.74% -
XYZ 27.58 14.06 48.84 -
YUV 94.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 176 35 188 0.06 0.81 0 0.26 295.29 0.69 0.44
Hex B0 23 BC 6 51 0 1A 127 45 2C
Octal 260 43 274 6 121 0 32 447 105 54
Binary 10110000 100011 10111100 110 1010001 0 11010 100100111 1000101 101100

Color Harmonies of #B023BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B023BC

Black with #B023BC

Text Example


Text Example

White with #B023BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B023BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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