Html Css Color HEX #B600E6 Electric Purple

📋 copy color: '#B600E6'

red 182 ◦ green 0 ◦ blue 230

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

Shades of Electric Purple #B600E6

Tints of Electric Purple #B600E6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 230 (90.23% from 255) = 55.83%

R = 44.17%
G = 0%
B = 55.83%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B600E6 (or 0xB600E6) is known color: Electric Purple. HEX triplet: B6, 00 and E6. RGB value is (182,0,230). Sum of RGB (Red+Green+Blue) = 182+0+230=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #B600E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B600E6 is #49FF19. Grayscale: #4F4F4F. Windows color (decimal): -4849434 or 15073462. OLE color: 15073462.

HSL color Cylindrical-coordinate representation of color #B600E6: hue angle of 287.48º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600E6 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 0 230 -
CMYK 0.21 1 0 0.10
HSL 287.48º 1% 0.45% -
HSV(B) 287.48º 1% 0.9% -
XYZ 33.57 15.66 76.12 -
YUV 80.64 212.3 200.3 -
System Red Green Blue C M Y K H S L
Decimal 182 0 230 0.21 1 0 0.10 287.48 1 0.45
Hex B6 0 E6 15 64 0 A 11F 64 2D
Octal 266 0 346 25 144 0 12 437 144 55
Binary 10110110 0 11100110 10101 1100100 0 1010 100011111 1100100 101101

Color Harmonies of #B600E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600E6

Black with #B600E6

Text Example


Text Example

White with #B600E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600E6; }

 p { color: rgb(182,0,230); }

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

background-color css

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

 a { background-color: rgb(182,0,230); }

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

border-color css

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

 span { border-color: rgb(182,0,230); }

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