Html Css Color HEX #B21FBA Dark Orchid

📋 copy color: '#B21FBA'

red 178 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #B21FBA

Tints of Dark Orchid #B21FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.85%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 45.06%
G = 7.85%
B = 47.09%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B21FBA (or 0xB21FBA) is known color: Dark Orchid. HEX triplet: B2, 1F and BA. RGB value is (178,31,186). Sum of RGB (Red+Green+Blue) = 178+31+186=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B21FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21FBA is #4DE045. Grayscale: #5C5C5C. Windows color (decimal): -5103686 or 12197810. OLE color: 12197810.

HSL color Cylindrical-coordinate representation of color #B21FBA: hue angle of 296.9º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21FBA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 31 186 -
CMYK 0.04 0.83 0 0.27
HSL 296.9º 0.71% 0.43% -
HSV(B) 296.9º 0.83% 0.73% -
XYZ 27.71 13.99 47.69 -
YUV 92.62 180.7 188.9 -
System Red Green Blue C M Y K H S L
Decimal 178 31 186 0.04 0.83 0 0.27 296.9 0.71 0.43
Hex B2 1F BA 4 53 0 1B 129 47 2B
Octal 262 37 272 4 123 0 33 451 107 53
Binary 10110010 11111 10111010 100 1010011 0 11011 100101001 1000111 101011

Color Harmonies of #B21FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21FBA

Black with #B21FBA

Text Example


Text Example

White with #B21FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21FBA; }

 p { color: rgb(178,31,186); }

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

background-color css

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

 a { background-color: rgb(178,31,186); }

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

border-color css

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

 span { border-color: rgb(178,31,186); }

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