Html Css Color HEX #B52DDA Dark Orchid

📋 copy color: '#B52DDA'

red 181 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #B52DDA

Tints of Dark Orchid #B52DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 40.77%
G = 10.14%
B = 49.1%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B52DDA (or 0xB52DDA) is known color: Dark Orchid. HEX triplet: B5, 2D and DA. RGB value is (181,45,218). Sum of RGB (Red+Green+Blue) = 181+45+218=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #B52DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DDA is #4AD225. Grayscale: #686868. Windows color (decimal): -4903462 or 14298549. OLE color: 14298549.

HSL color Cylindrical-coordinate representation of color #B52DDA: hue angle of 287.17º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52DDA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 45 218 -
CMYK 0.17 0.79 0 0.15
HSL 287.17º 0.7% 0.52% -
HSV(B) 287.17º 0.79% 0.85% -
XYZ 32.65 16.76 67.84 -
YUV 105.39 191.56 181.93 -
System Red Green Blue C M Y K H S L
Decimal 181 45 218 0.17 0.79 0 0.15 287.17 0.7 0.52
Hex B5 2D DA 11 4F 0 F 11F 46 34
Octal 265 55 332 21 117 0 17 437 106 64
Binary 10110101 101101 11011010 10001 1001111 0 1111 100011111 1000110 110100

Color Harmonies of #B52DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52DDA

Black with #B52DDA

Text Example


Text Example

White with #B52DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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