Html Css Color HEX #B52DBE Dark Orchid

📋 copy color: '#B52DBE'

red 181 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #B52DBE

Tints of Dark Orchid #B52DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 43.51%
G = 10.82%
B = 45.67%

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

#B52DBE (or 0xB52DBE) is known color: Dark Orchid. HEX triplet: B5, 2D and BE. RGB value is (181,45,190). Sum of RGB (Red+Green+Blue) = 181+45+190=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #B52DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DBE is #4AD241. Grayscale: #656565. Windows color (decimal): -4903490 or 12463541. OLE color: 12463541.

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

Color convert

RGB 181 45 190 -
CMYK 0.05 0.76 0 0.25
HSL 296.28º 0.62% 0.46% -
HSV(B) 296.28º 0.76% 0.75% -
XYZ 29.29 15.42 50.15 -
YUV 102.19 177.56 184.21 -
System Red Green Blue C M Y K H S L
Decimal 181 45 190 0.05 0.76 0 0.25 296.28 0.62 0.46
Hex B5 2D BE 5 4C 0 19 128 3E 2E
Octal 265 55 276 5 114 0 31 450 76 56
Binary 10110101 101101 10111110 101 1001100 0 11001 100101000 111110 101110

Color Harmonies of #B52DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DBE

Black with #B52DBE

Text Example


Text Example

White with #B52DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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