Html Css Color HEX #B52EF2 Dark Orchid

📋 copy color: '#B52EF2'

red 181 ◦ green 46 ◦ blue 242

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

Shades of Dark Orchid #B52EF2

Tints of Dark Orchid #B52EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.6%

R = 38.59%
G = 9.81%
B = 51.6%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B52EF2 (or 0xB52EF2) is known color: Dark Orchid. HEX triplet: B5, 2E and F2. RGB value is (181,46,242). Sum of RGB (Red+Green+Blue) = 181+46+242=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #B52EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B52EF2 is #4AD10D. Grayscale: #6C6C6C. Windows color (decimal): -4903182 or 15871669. OLE color: 15871669.

HSL color Cylindrical-coordinate representation of color #B52EF2: hue angle of 281.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52EF2 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 46 242 -
CMYK 0.25 0.81 0 0.05
HSL 281.33º 0.88% 0.56% -
HSV(B) 281.33º 0.81% 0.95% -
XYZ 36.06 18.19 85.61 -
YUV 108.71 203.23 179.56 -
System Red Green Blue C M Y K H S L
Decimal 181 46 242 0.25 0.81 0 0.05 281.33 0.88 0.56
Hex B5 2E F2 19 51 0 5 119 58 38
Octal 265 56 362 31 121 0 5 431 130 70
Binary 10110101 101110 11110010 11001 1010001 0 101 100011001 1011000 111000

Color Harmonies of #B52EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52EF2

Black with #B52EF2

Text Example


Text Example

White with #B52EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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