Html Css Color HEX #B521BF Dark Orchid

📋 copy color: '#B521BF'

red 181 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #B521BF

Tints of Dark Orchid #B521BF

RGB

 RED value IS 181 (71.09% from 255) = 44.69%

 GREEN value IS 33 (13.28% from 255) = 8.15%

 BLUE value IS 191 (75% from 255) = 47.16%

R = 44.69%
G = 8.15%
B = 47.16%

CMYK

 C value IS 0.05

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B521BF (or 0xB521BF) is known color: Dark Orchid. HEX triplet: B5, 21 and BF. RGB value is (181,33,191). Sum of RGB (Red+Green+Blue) = 181+33+191=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 191 (75% from 255 or 47.16% from 405); Max value from RGB is 191 - color contains mainly: blue. Hex color #B521BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BF is #4ADE40. Grayscale: #5E5E5E. Windows color (decimal): -4906561 or 12526005. OLE color: 12526005.

HSL color Cylindrical-coordinate representation of color #B521BF: hue angle of 296.2º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B521BF is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 33 191 -
CMYK 0.05 0.83 0 0.25
HSL 296.2º 0.71% 0.44% -
HSV(B) 296.2º 0.83% 0.75% -
XYZ 29 14.67 50.59 -
YUV 95.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 181 33 191 0.05 0.83 0 0.25 296.2 0.71 0.44
Hex B5 21 BF 5 53 0 19 128 47 2C
Octal 265 41 277 5 123 0 31 450 107 54
Binary 10110101 100001 10111111 101 1010011 0 11001 100101000 1000111 101100

Color Harmonies of #B521BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B521BF

Black with #B521BF

Text Example


Text Example

White with #B521BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B521BF; }

 p { color: rgb(181,33,191); }

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

background-color css

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

 a { background-color: rgb(181,33,191); }

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

border-color css

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

 span { border-color: rgb(181,33,191); }

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