Html Css Color HEX #B531F2 Dark Orchid

📋 copy color: '#B531F2'

red 181 ◦ green 49 ◦ blue 242

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

Shades of Dark Orchid #B531F2

Tints of Dark Orchid #B531F2

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.38%

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

R = 38.35%
G = 10.38%
B = 51.27%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B531F2 (or 0xB531F2) is known color: Dark Orchid. HEX triplet: B5, 31 and F2. RGB value is (181,49,242). Sum of RGB (Red+Green+Blue) = 181+49+242=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 49 (19.53% from 255 or 10.38% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #B531F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531F2 is #4ACE0D. Grayscale: #6D6D6D. Windows color (decimal): -4902414 or 15872437. OLE color: 15872437.

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

Color convert

RGB 181 49 242 -
CMYK 0.25 0.80 0 0.05
HSL 281.04º 0.88% 0.57% -
HSV(B) 281.04º 0.8% 0.95% -
XYZ 36.18 18.43 85.66 -
YUV 110.47 202.23 178.31 -
System Red Green Blue C M Y K H S L
Decimal 181 49 242 0.25 0.80 0 0.05 281.04 0.88 0.57
Hex B5 31 F2 19 50 0 5 119 58 39
Octal 265 61 362 31 120 0 5 431 130 71
Binary 10110101 110001 11110010 11001 1010000 0 101 100011001 1011000 111001

Color Harmonies of #B531F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531F2

Black with #B531F2

Text Example


Text Example

White with #B531F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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