Html Css Color HEX #B52DCF Dark Orchid

📋 copy color: '#B52DCF'

red 181 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #B52DCF

Tints of Dark Orchid #B52DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 41.8%
G = 10.39%
B = 47.81%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B52DCF (or 0xB52DCF) is known color: Dark Orchid. HEX triplet: B5, 2D and CF. RGB value is (181,45,207). Sum of RGB (Red+Green+Blue) = 181+45+207=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #B52DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DCF is #4AD230. Grayscale: #676767. Windows color (decimal): -4903473 or 13577653. OLE color: 13577653.

HSL color Cylindrical-coordinate representation of color #B52DCF: hue angle of 290.37º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52DCF is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 45 207 -
CMYK 0.13 0.78 0 0.19
HSL 290.37º 0.64% 0.49% -
HSV(B) 290.37º 0.78% 0.81% -
XYZ 31.26 16.21 60.51 -
YUV 104.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 181 45 207 0.13 0.78 0 0.19 290.37 0.64 0.49
Hex B5 2D CF D 4E 0 13 122 40 31
Octal 265 55 317 15 116 0 23 442 100 61
Binary 10110101 101101 11001111 1101 1001110 0 10011 100100010 1000000 110001

Color Harmonies of #B52DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DCF

Black with #B52DCF

Text Example


Text Example

White with #B52DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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