Html Css Color HEX #B01FBA Dark Orchid

📋 copy color: '#B01FBA'

red 176 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #B01FBA

Tints of Dark Orchid #B01FBA

RGB

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

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

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

R = 44.78%
G = 7.89%
B = 47.33%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B01FBA (or 0xB01FBA) is known color: Dark Orchid. HEX triplet: B0, 1F and BA. RGB value is (176,31,186). Sum of RGB (Red+Green+Blue) = 176+31+186=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #B01FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B01FBA is #4FE045. Grayscale: #5B5B5B. Windows color (decimal): -5234758 or 12197808. OLE color: 12197808.

HSL color Cylindrical-coordinate representation of color #B01FBA: hue angle of 296.13º 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 #B01FBA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 31 186 -
CMYK 0.05 0.83 0 0.27
HSL 296.13º 0.71% 0.43% -
HSV(B) 296.13º 0.83% 0.73% -
XYZ 27.26 13.76 47.67 -
YUV 92.03 181.04 187.9 -
System Red Green Blue C M Y K H S L
Decimal 176 31 186 0.05 0.83 0 0.27 296.13 0.71 0.43
Hex B0 1F BA 5 53 0 1B 128 47 2B
Octal 260 37 272 5 123 0 33 450 107 53
Binary 10110000 11111 10111010 101 1010011 0 11011 100101000 1000111 101011

Color Harmonies of #B01FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01FBA

Black with #B01FBA

Text Example


Text Example

White with #B01FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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