Html Css Color HEX #B52EDD Dark Orchid

📋 copy color: '#B52EDD'

red 181 ◦ green 46 ◦ blue 221

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

Shades of Dark Orchid #B52EDD

Tints of Dark Orchid #B52EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.27%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 40.4%
G = 10.27%
B = 49.33%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B52EDD (or 0xB52EDD) is known color: Dark Orchid. HEX triplet: B5, 2E and DD. RGB value is (181,46,221). Sum of RGB (Red+Green+Blue) = 181+46+221=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #B52EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EDD is #4AD122. Grayscale: #696969. Windows color (decimal): -4903203 or 14495413. OLE color: 14495413.

HSL color Cylindrical-coordinate representation of color #B52EDD: hue angle of 286.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52EDD is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 46 221 -
CMYK 0.18 0.79 0 0.13
HSL 286.29º 0.72% 0.52% -
HSV(B) 286.29º 0.79% 0.87% -
XYZ 33.08 17 69.94 -
YUV 106.32 192.73 181.27 -
System Red Green Blue C M Y K H S L
Decimal 181 46 221 0.18 0.79 0 0.13 286.29 0.72 0.52
Hex B5 2E DD 12 4F 0 D 11E 48 34
Octal 265 56 335 22 117 0 15 436 110 64
Binary 10110101 101110 11011101 10010 1001111 0 1101 100011110 1001000 110100

Color Harmonies of #B52EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EDD

Black with #B52EDD

Text Example


Text Example

White with #B52EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EDD; }

 p { color: rgb(181,46,221); }

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

background-color css

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

 a { background-color: rgb(181,46,221); }

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

border-color css

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

 span { border-color: rgb(181,46,221); }

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