Html Css Color HEX #B52FED Dark Orchid

📋 copy color: '#B52FED'

red 181 ◦ green 47 ◦ blue 237

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

Shades of Dark Orchid #B52FED

Tints of Dark Orchid #B52FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 38.92%
G = 10.11%
B = 50.97%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B52FED (or 0xB52FED) is known color: Dark Orchid. HEX triplet: B5, 2F and ED. RGB value is (181,47,237). Sum of RGB (Red+Green+Blue) = 181+47+237=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 47 (18.75% from 255 or 10.11% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B52FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52FED is #4AD012. Grayscale: #6C6C6C. Windows color (decimal): -4902931 or 15544245. OLE color: 15544245.

HSL color Cylindrical-coordinate representation of color #B52FED: hue angle of 282.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52FED is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 47 237 -
CMYK 0.24 0.80 0 0.07
HSL 282.32º 0.84% 0.56% -
HSV(B) 282.32º 0.8% 0.93% -
XYZ 35.36 17.97 81.73 -
YUV 108.73 200.39 179.55 -
System Red Green Blue C M Y K H S L
Decimal 181 47 237 0.24 0.80 0 0.07 282.32 0.84 0.56
Hex B5 2F ED 18 50 0 7 11A 54 38
Octal 265 57 355 30 120 0 7 432 124 70
Binary 10110101 101111 11101101 11000 1010000 0 111 100011010 1010100 111000

Color Harmonies of #B52FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52FED

Black with #B52FED

Text Example


Text Example

White with #B52FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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