Html Css Color HEX #B607F2 Electric Purple

📋 copy color: '#B607F2'

red 182 ◦ green 7 ◦ blue 242

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

Shades of Electric Purple #B607F2

Tints of Electric Purple #B607F2

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.62%

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

R = 42.23%
G = 1.62%
B = 56.15%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B607F2 (or 0xB607F2) is known color: Electric Purple. HEX triplet: B6, 07 and F2. RGB value is (182,7,242). Sum of RGB (Red+Green+Blue) = 182+7+242=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 242 (94.92% from 255 or 56.15% from 431); Max value from RGB is 242 - color contains mainly: blue. Hex color #B607F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B607F2 is #49F80D. Grayscale: #555555. Windows color (decimal): -4847630 or 15861686. OLE color: 15861686.

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

Color convert

RGB 182 7 242 -
CMYK 0.25 0.97 0 0.05
HSL 284.68º 0.94% 0.49% -
HSV(B) 284.68º 0.97% 0.95% -
XYZ 35.39 16.51 85.33 -
YUV 86.12 215.98 196.39 -
System Red Green Blue C M Y K H S L
Decimal 182 7 242 0.25 0.97 0 0.05 284.68 0.94 0.49
Hex B6 7 F2 19 61 0 5 11D 5E 31
Octal 266 7 362 31 141 0 5 435 136 61
Binary 10110110 111 11110010 11001 1100001 0 101 100011101 1011110 110001

Color Harmonies of #B607F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607F2

Black with #B607F2

Text Example


Text Example

White with #B607F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607F2; }

 p { color: rgb(182,7,242); }

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

background-color css

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

 a { background-color: rgb(182,7,242); }

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

border-color css

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

 span { border-color: rgb(182,7,242); }

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