Html Css Color HEX #B607FD Electric Purple

📋 copy color: '#B607FD'

red 182 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #B607FD

Tints of Electric Purple #B607FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.24%

R = 41.18%
G = 1.58%
B = 57.24%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B607FD (or 0xB607FD) is known color: Electric Purple. HEX triplet: B6, 07 and FD. RGB value is (182,7,253). Sum of RGB (Red+Green+Blue) = 182+7+253=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 253 (99.22% from 255 or 57.24% from 442); Max value from RGB is 253 - color contains mainly: blue. Hex color #B607FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B607FD is #49F802. Grayscale: #565656. Windows color (decimal): -4847619 or 16582582. OLE color: 16582582.

HSL color Cylindrical-coordinate representation of color #B607FD: hue angle of 282.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607FD is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 182 7 253 -
CMYK 0.28 0.97 0 0.01
HSL 282.68º 0.98% 0.51% -
HSV(B) 282.68º 0.97% 0.99% -
XYZ 37.1 17.19 94.29 -
YUV 87.37 221.48 195.5 -
System Red Green Blue C M Y K H S L
Decimal 182 7 253 0.28 0.97 0 0.01 282.68 0.98 0.51
Hex B6 7 FD 1C 61 0 1 11B 62 33
Octal 266 7 375 34 141 0 1 433 142 63
Binary 10110110 111 11111101 11100 1100001 0 1 100011011 1100010 110011

Color Harmonies of #B607FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B607FD

Black with #B607FD

Text Example


Text Example

White with #B607FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B607FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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