Html Css Color HEX #B60DFB Electric Purple

📋 copy color: '#B60DFB'

red 182 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #B60DFB

Tints of Electric Purple #B60DFB

RGB

 RED value IS 182 (71.48% from 255) = 40.81%

 GREEN value IS 13 (5.47% from 255) = 2.91%

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 40.81%
G = 2.91%
B = 56.28%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B60DFB (or 0xB60DFB) is known color: Electric Purple. HEX triplet: B6, 0D and FB. RGB value is (182,13,251). Sum of RGB (Red+Green+Blue) = 182+13+251=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #B60DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60DFB is #49F204. Grayscale: #595959. Windows color (decimal): -4846085 or 16453046. OLE color: 16453046.

HSL color Cylindrical-coordinate representation of color #B60DFB: hue angle of 282.61º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60DFB is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 13 251 -
CMYK 0.27 0.95 0 0.02
HSL 282.61º 0.97% 0.52% -
HSV(B) 282.61º 0.95% 0.98% -
XYZ 36.85 17.2 92.64 -
YUV 90.66 218.49 193.15 -
System Red Green Blue C M Y K H S L
Decimal 182 13 251 0.27 0.95 0 0.02 282.61 0.97 0.52
Hex B6 D FB 1B 5F 0 2 11B 61 34
Octal 266 15 373 33 137 0 2 433 141 64
Binary 10110110 1101 11111011 11011 1011111 0 10 100011011 1100001 110100

Color Harmonies of #B60DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60DFB

Black with #B60DFB

Text Example


Text Example

White with #B60DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60DFB; }

 p { color: rgb(182,13,251); }

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

background-color css

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

 a { background-color: rgb(182,13,251); }

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

border-color css

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

 span { border-color: rgb(182,13,251); }

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