Html Css Color HEX #B531F4 Dark Orchid

📋 copy color: '#B531F4'

red 181 ◦ green 49 ◦ blue 244

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

Shades of Dark Orchid #B531F4

Tints of Dark Orchid #B531F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 51.48%

R = 38.19%
G = 10.34%
B = 51.48%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B531F4 (or 0xB531F4) is known color: Dark Orchid. HEX triplet: B5, 31 and F4. RGB value is (181,49,244). Sum of RGB (Red+Green+Blue) = 181+49+244=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 49 (19.53% from 255 or 10.34% from 474); Blue value is 244 (95.70% from 255 or 51.48% from 474); Max value from RGB is 244 - color contains mainly: blue. Hex color #B531F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B531F4 is #4ACE0B. Grayscale: #6E6E6E. Windows color (decimal): -4902412 or 16003509. OLE color: 16003509.

HSL color Cylindrical-coordinate representation of color #B531F4: hue angle of 280.62º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B531F4 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 49 244 -
CMYK 0.26 0.80 0 0.04
HSL 280.62º 0.9% 0.57% -
HSV(B) 280.62º 0.8% 0.96% -
XYZ 36.48 18.55 87.25 -
YUV 110.7 203.23 178.14 -
System Red Green Blue C M Y K H S L
Decimal 181 49 244 0.26 0.80 0 0.04 280.62 0.9 0.57
Hex B5 31 F4 1A 50 0 4 119 5A 39
Octal 265 61 364 32 120 0 4 431 132 71
Binary 10110101 110001 11110100 11010 1010000 0 100 100011001 1011010 111001

Color Harmonies of #B531F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B531F4

Black with #B531F4

Text Example


Text Example

White with #B531F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B531F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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