Html Css Color HEX #B617F5 Electric Purple

📋 copy color: '#B617F5'

red 182 ◦ green 23 ◦ blue 245

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

Shades of Electric Purple #B617F5

Tints of Electric Purple #B617F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 54.44%

R = 40.44%
G = 5.11%
B = 54.44%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B617F5 (or 0xB617F5) is known color: Electric Purple. HEX triplet: B6, 17 and F5. RGB value is (182,23,245). Sum of RGB (Red+Green+Blue) = 182+23+245=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 23 (9.38% from 255 or 5.11% from 450); Blue value is 245 (96.09% from 255 or 54.44% from 450); Max value from RGB is 245 - color contains mainly: blue. Hex color #B617F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B617F5 is #49E80A. Grayscale: #5F5F5F. Windows color (decimal): -4843531 or 16062390. OLE color: 16062390.

HSL color Cylindrical-coordinate representation of color #B617F5: hue angle of 282.97º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B617F5 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 182 23 245 -
CMYK 0.26 0.91 0 0.04
HSL 282.97º 0.92% 0.53% -
HSV(B) 282.97º 0.91% 0.96% -
XYZ 36.08 17.15 87.79 -
YUV 95.85 212.18 189.45 -
System Red Green Blue C M Y K H S L
Decimal 182 23 245 0.26 0.91 0 0.04 282.97 0.92 0.53
Hex B6 17 F5 1A 5B 0 4 11B 5C 35
Octal 266 27 365 32 133 0 4 433 134 65
Binary 10110110 10111 11110101 11010 1011011 0 100 100011011 1011100 110101

Color Harmonies of #B617F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617F5

Black with #B617F5

Text Example


Text Example

White with #B617F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617F5; }

 p { color: rgb(182,23,245); }

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

background-color css

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

 a { background-color: rgb(182,23,245); }

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

border-color css

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

 span { border-color: rgb(182,23,245); }

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