Html Css Color HEX #B52CE7 Dark Orchid

📋 copy color: '#B52CE7'

red 181 ◦ green 44 ◦ blue 231

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

Shades of Dark Orchid #B52CE7

Tints of Dark Orchid #B52CE7

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.65%

 BLUE value IS 231 (90.63% from 255) = 50.66%

R = 39.69%
G = 9.65%
B = 50.66%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B52CE7 (or 0xB52CE7) is known color: Dark Orchid. HEX triplet: B5, 2C and E7. RGB value is (181,44,231). Sum of RGB (Red+Green+Blue) = 181+44+231=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #B52CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52CE7 is #4AD318. Grayscale: #696969. Windows color (decimal): -4903705 or 15150261. OLE color: 15150261.

HSL color Cylindrical-coordinate representation of color #B52CE7: hue angle of 283.96º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52CE7 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 44 231 -
CMYK 0.22 0.81 0 0.09
HSL 283.96º 0.8% 0.54% -
HSV(B) 283.96º 0.81% 0.91% -
XYZ 34.38 17.39 77.15 -
YUV 106.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 181 44 231 0.22 0.81 0 0.09 283.96 0.8 0.54
Hex B5 2C E7 16 51 0 9 11C 50 36
Octal 265 54 347 26 121 0 11 434 120 66
Binary 10110101 101100 11100111 10110 1010001 0 1001 100011100 1010000 110110

Color Harmonies of #B52CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52CE7

Black with #B52CE7

Text Example


Text Example

White with #B52CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52CE7; }

 p { color: rgb(181,44,231); }

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

background-color css

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

 a { background-color: rgb(181,44,231); }

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

border-color css

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

 span { border-color: rgb(181,44,231); }

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