Html Css Color HEX #B022BC Dark Orchid

📋 copy color: '#B022BC'

red 176 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #B022BC

Tints of Dark Orchid #B022BC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.54%

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

R = 44.22%
G = 8.54%
B = 47.24%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B022BC (or 0xB022BC) is known color: Dark Orchid. HEX triplet: B0, 22 and BC. RGB value is (176,34,188). Sum of RGB (Red+Green+Blue) = 176+34+188=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #B022BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022BC is #4FDD43. Grayscale: #5D5D5D. Windows color (decimal): -5233988 or 12329648. OLE color: 12329648.

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

Color convert

RGB 176 34 188 -
CMYK 0.06 0.82 0 0.26
HSL 295.32º 0.69% 0.44% -
HSV(B) 295.32º 0.82% 0.74% -
XYZ 27.55 14.01 48.83 -
YUV 94.01 181.04 186.48 -
System Red Green Blue C M Y K H S L
Decimal 176 34 188 0.06 0.82 0 0.26 295.32 0.69 0.44
Hex B0 22 BC 6 52 0 1A 127 45 2C
Octal 260 42 274 6 122 0 32 447 105 54
Binary 10110000 100010 10111100 110 1010010 0 11010 100100111 1000101 101100

Color Harmonies of #B022BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022BC

Black with #B022BC

Text Example


Text Example

White with #B022BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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