Html Css Color HEX #B21CCB Dark Orchid

📋 copy color: '#B21CCB'

red 178 ◦ green 28 ◦ blue 203

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

Shades of Dark Orchid #B21CCB

Tints of Dark Orchid #B21CCB

RGB

 RED value IS 178 (69.92% from 255) = 43.52%

 GREEN value IS 28 (11.33% from 255) = 6.85%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 43.52%
G = 6.85%
B = 49.63%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B21CCB (or 0xB21CCB) is known color: Dark Orchid. HEX triplet: B2, 1C and CB. RGB value is (178,28,203). Sum of RGB (Red+Green+Blue) = 178+28+203=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B21CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CCB is #4DE334. Grayscale: #5C5C5C. Windows color (decimal): -5104437 or 13311154. OLE color: 13311154.

HSL color Cylindrical-coordinate representation of color #B21CCB: hue angle of 291.43º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21CCB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 28 203 -
CMYK 0.12 0.86 0 0.20
HSL 291.43º 0.76% 0.45% -
HSV(B) 291.43º 0.86% 0.8% -
XYZ 29.55 14.61 57.76 -
YUV 92.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 178 28 203 0.12 0.86 0 0.20 291.43 0.76 0.45
Hex B2 1C CB C 56 0 14 123 4C 2D
Octal 262 34 313 14 126 0 24 443 114 55
Binary 10110010 11100 11001011 1100 1010110 0 10100 100100011 1001100 101101

Color Harmonies of #B21CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CCB

Black with #B21CCB

Text Example


Text Example

White with #B21CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CCB; }

 p { color: rgb(178,28,203); }

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

background-color css

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

 a { background-color: rgb(178,28,203); }

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

border-color css

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

 span { border-color: rgb(178,28,203); }

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