Html Css Color HEX #B52DBF Dark Orchid

📋 copy color: '#B52DBF'

red 181 ◦ green 45 ◦ blue 191

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

Shades of Dark Orchid #B52DBF

Tints of Dark Orchid #B52DBF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.79%

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

R = 43.41%
G = 10.79%
B = 45.8%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B52DBF (or 0xB52DBF) is known color: Dark Orchid. HEX triplet: B5, 2D and BF. RGB value is (181,45,191). Sum of RGB (Red+Green+Blue) = 181+45+191=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B52DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DBF is #4AD240. Grayscale: #656565. Windows color (decimal): -4903489 or 12529077. OLE color: 12529077.

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

Color convert

RGB 181 45 191 -
CMYK 0.05 0.76 0 0.25
HSL 295.89º 0.62% 0.46% -
HSV(B) 295.89º 0.76% 0.75% -
XYZ 29.4 15.46 50.73 -
YUV 102.31 178.06 184.13 -
System Red Green Blue C M Y K H S L
Decimal 181 45 191 0.05 0.76 0 0.25 295.89 0.62 0.46
Hex B5 2D BF 5 4C 0 19 128 3E 2E
Octal 265 55 277 5 114 0 31 450 76 56
Binary 10110101 101101 10111111 101 1001100 0 11001 100101000 111110 101110

Color Harmonies of #B52DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DBF

Black with #B52DBF

Text Example


Text Example

White with #B52DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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