Html Css Color HEX #B917F2 Electric Purple

📋 copy color: '#B917F2'

red 185 ◦ green 23 ◦ blue 242

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

Shades of Electric Purple #B917F2

Tints of Electric Purple #B917F2

RGB

 RED value IS 185 (72.66% from 255) = 41.11%

 GREEN value IS 23 (9.38% from 255) = 5.11%

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

R = 41.11%
G = 5.11%
B = 53.78%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B917F2 (or 0xB917F2) is known color: Electric Purple. HEX triplet: B9, 17 and F2. RGB value is (185,23,242). Sum of RGB (Red+Green+Blue) = 185+23+242=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #B917F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B917F2 is #46E80D. Grayscale: #5F5F5F. Windows color (decimal): -4646926 or 15865785. OLE color: 15865785.

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

Color convert

RGB 185 23 242 -
CMYK 0.24 0.90 0 0.05
HSL 284.38º 0.89% 0.52% -
HSV(B) 284.38º 0.9% 0.95% -
XYZ 36.34 17.34 85.44 -
YUV 96.4 210.17 191.19 -
System Red Green Blue C M Y K H S L
Decimal 185 23 242 0.24 0.90 0 0.05 284.38 0.89 0.52
Hex B9 17 F2 18 5A 0 5 11C 59 34
Octal 271 27 362 30 132 0 5 434 131 64
Binary 10111001 10111 11110010 11000 1011010 0 101 100011100 1011001 110100

Color Harmonies of #B917F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B917F2

Black with #B917F2

Text Example


Text Example

White with #B917F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B917F2; }

 p { color: rgb(185,23,242); }

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

background-color css

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

 a { background-color: rgb(185,23,242); }

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

border-color css

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

 span { border-color: rgb(185,23,242); }

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