Html Css Color HEX #B635FF Electric Purple

📋 copy color: '#B635FF'

red 182 ◦ green 53 ◦ blue 255

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

Shades of Electric Purple #B635FF

Tints of Electric Purple #B635FF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.82%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 37.14%
G = 10.82%
B = 52.04%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B635FF (or 0xB635FF) is known color: Electric Purple. HEX triplet: B6, 35 and FF. RGB value is (182,53,255). Sum of RGB (Red+Green+Blue) = 182+53+255=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #B635FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B635FF is #49CA00. Grayscale: #717171. Windows color (decimal): -4835841 or 16725430. OLE color: 16725430.

HSL color Cylindrical-coordinate representation of color #B635FF: hue angle of 278.32º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B635FF is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 53 255 -
CMYK 0.29 0.79 0 0
HSL 278.32º 1% 0.6% -
HSV(B) 278.32º 0.79% 1% -
XYZ 38.61 19.71 96.38 -
YUV 114.6 207.24 176.07 -
System Red Green Blue C M Y K H S L
Decimal 182 53 255 0.29 0.79 0 0 278.32 1 0.6
Hex B6 35 FF 1D 4F 0 0 116 64 3C
Octal 266 65 377 35 117 0 0 426 144 74
Binary 10110110 110101 11111111 11101 1001111 0 0 100010110 1100100 111100

Color Harmonies of #B635FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635FF

Black with #B635FF

Text Example


Text Example

White with #B635FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635FF; }

 p { color: rgb(182,53,255); }

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

background-color css

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

 a { background-color: rgb(182,53,255); }

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

border-color css

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

 span { border-color: rgb(182,53,255); }

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