Html Css Color HEX #B015F3 Electric Purple

📋 copy color: '#B015F3'

red 176 ◦ green 21 ◦ blue 243

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

Shades of Electric Purple #B015F3

Tints of Electric Purple #B015F3

RGB

 RED value IS 176 (69.14% from 255) = 40%

 GREEN value IS 21 (8.59% from 255) = 4.77%

 BLUE value IS 243 (95.31% from 255) = 55.23%

R = 40%
G = 4.77%
B = 55.23%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B015F3 (or 0xB015F3) is known color: Electric Purple. HEX triplet: B0, 15 and F3. RGB value is (176,21,243). Sum of RGB (Red+Green+Blue) = 176+21+243=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 21 (8.59% from 255 or 4.77% from 440); Blue value is 243 (95.31% from 255 or 55.23% from 440); Max value from RGB is 243 - color contains mainly: blue. Hex color #B015F3 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B015F3 is #4FEA0C. Grayscale: #5B5B5B. Windows color (decimal): -5237261 or 15930800. OLE color: 15930800.

HSL color Cylindrical-coordinate representation of color #B015F3: hue angle of 281.89º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015F3 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 21 243 -
CMYK 0.28 0.91 0 0.05
HSL 281.89º 0.9% 0.52% -
HSV(B) 281.89º 0.91% 0.95% -
XYZ 34.35 16.24 86.12 -
YUV 92.65 212.85 187.45 -
System Red Green Blue C M Y K H S L
Decimal 176 21 243 0.28 0.91 0 0.05 281.89 0.9 0.52
Hex B0 15 F3 1C 5B 0 5 11A 5A 34
Octal 260 25 363 34 133 0 5 432 132 64
Binary 10110000 10101 11110011 11100 1011011 0 101 100011010 1011010 110100

Color Harmonies of #B015F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015F3

Black with #B015F3

Text Example


Text Example

White with #B015F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015F3; }

 p { color: rgb(176,21,243); }

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

background-color css

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

 a { background-color: rgb(176,21,243); }

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

border-color css

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

 span { border-color: rgb(176,21,243); }

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