Html Css Color HEX #B52FE6 Dark Orchid

📋 copy color: '#B52FE6'

red 181 ◦ green 47 ◦ blue 230

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

Shades of Dark Orchid #B52FE6

Tints of Dark Orchid #B52FE6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.26%

 BLUE value IS 230 (90.23% from 255) = 50.22%

R = 39.52%
G = 10.26%
B = 50.22%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B52FE6 (or 0xB52FE6) is known color: Dark Orchid. HEX triplet: B5, 2F and E6. RGB value is (181,47,230). Sum of RGB (Red+Green+Blue) = 181+47+230=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 47 (18.75% from 255 or 10.26% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #B52FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FE6 is #4AD019. Grayscale: #6B6B6B. Windows color (decimal): -4902938 or 15085493. OLE color: 15085493.

HSL color Cylindrical-coordinate representation of color #B52FE6: hue angle of 283.93º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52FE6 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 47 230 -
CMYK 0.21 0.80 0 0.10
HSL 283.93º 0.79% 0.54% -
HSV(B) 283.93º 0.8% 0.9% -
XYZ 34.36 17.57 76.44 -
YUV 107.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 181 47 230 0.21 0.80 0 0.10 283.93 0.79 0.54
Hex B5 2F E6 15 50 0 A 11C 4F 36
Octal 265 57 346 25 120 0 12 434 117 66
Binary 10110101 101111 11100110 10101 1010000 0 1010 100011100 1001111 110110

Color Harmonies of #B52FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FE6

Black with #B52FE6

Text Example


Text Example

White with #B52FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FE6; }

 p { color: rgb(181,47,230); }

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

background-color css

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

 a { background-color: rgb(181,47,230); }

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

border-color css

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

 span { border-color: rgb(181,47,230); }

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