Html Css Color HEX #B52EBD Dark Orchid

📋 copy color: '#B52EBD'

red 181 ◦ green 46 ◦ blue 189

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

Shades of Dark Orchid #B52EBD

Tints of Dark Orchid #B52EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 43.51%
G = 11.06%
B = 45.43%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B52EBD (or 0xB52EBD) is known color: Dark Orchid. HEX triplet: B5, 2E and BD. RGB value is (181,46,189). Sum of RGB (Red+Green+Blue) = 181+46+189=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B52EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52EBD is #4AD142. Grayscale: #666666. Windows color (decimal): -4903235 or 12398261. OLE color: 12398261.

HSL color Cylindrical-coordinate representation of color #B52EBD: hue angle of 296.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52EBD is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 46 189 -
CMYK 0.04 0.76 0 0.26
HSL 296.64º 0.61% 0.46% -
HSV(B) 296.64º 0.76% 0.74% -
XYZ 29.22 15.45 49.59 -
YUV 102.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 181 46 189 0.04 0.76 0 0.26 296.64 0.61 0.46
Hex B5 2E BD 4 4C 0 1A 129 3D 2E
Octal 265 56 275 4 114 0 32 451 75 56
Binary 10110101 101110 10111101 100 1001100 0 11010 100101001 111101 101110

Color Harmonies of #B52EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EBD

Black with #B52EBD

Text Example


Text Example

White with #B52EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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