Html Css Color HEX #B570F2 Medium Purple

📋 copy color: '#B570F2'

red 181 ◦ green 112 ◦ blue 242

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

Shades of Medium Purple #B570F2

Tints of Medium Purple #B570F2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.93%

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

R = 33.83%
G = 20.93%
B = 45.23%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B570F2 (or 0xB570F2) is known color: Medium Purple. HEX triplet: B5, 70 and F2. RGB value is (181,112,242). Sum of RGB (Red+Green+Blue) = 181+112+242=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 242 (94.92% from 255 or 45.23% from 535); Max value from RGB is 242 - color contains mainly: blue. Hex color #B570F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B570F2 is #4A8F0D. Grayscale: #939393. Windows color (decimal): -4886286 or 15888565. OLE color: 15888565.

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

Color convert

RGB 181 112 242 -
CMYK 0.25 0.54 0 0.05
HSL 271.85º 0.83% 0.69% -
HSV(B) 271.85º 0.54% 0.95% -
XYZ 40.88 27.82 87.22 -
YUV 147.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 181 112 242 0.25 0.54 0 0.05 271.85 0.83 0.69
Hex B5 70 F2 19 36 0 5 110 53 45
Octal 265 160 362 31 66 0 5 420 123 105
Binary 10110101 1110000 11110010 11001 110110 0 101 100010000 1010011 1000101

Color Harmonies of #B570F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B570F2

Black with #B570F2

Text Example


Text Example

White with #B570F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B570F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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