Html Css Color HEX #B736FF Electric Purple

📋 copy color: '#B736FF'

red 183 ◦ green 54 ◦ blue 255

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

Shades of Electric Purple #B736FF

Tints of Electric Purple #B736FF

RGB

 RED value IS 183 (71.88% from 255) = 37.2%

 GREEN value IS 54 (21.48% from 255) = 10.98%

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

R = 37.2%
G = 10.98%
B = 51.83%

CMYK

 C value IS 0.28

 M value IS 0.79

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B736FF (or 0xB736FF) is known color: Electric Purple. HEX triplet: B7, 36 and FF. RGB value is (183,54,255). Sum of RGB (Red+Green+Blue) = 183+54+255=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #B736FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B736FF is #48C900. Grayscale: #727272. Windows color (decimal): -4770049 or 16725687. OLE color: 16725687.

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

Color convert

RGB 183 54 255 -
CMYK 0.28 0.79 0 0
HSL 278.51º 1% 0.61% -
HSV(B) 278.51º 0.79% 1% -
XYZ 38.9 19.93 96.4 -
YUV 115.49 206.74 176.16 -
System Red Green Blue C M Y K H S L
Decimal 183 54 255 0.28 0.79 0 0 278.51 1 0.61
Hex B7 36 FF 1C 4F 0 0 117 64 3D
Octal 267 66 377 34 117 0 0 427 144 75
Binary 10110111 110110 11111111 11100 1001111 0 0 100010111 1100100 111101

Color Harmonies of #B736FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B736FF

Black with #B736FF

Text Example


Text Example

White with #B736FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B736FF; }

 p { color: rgb(183,54,255); }

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

background-color css

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

 a { background-color: rgb(183,54,255); }

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

border-color css

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

 span { border-color: rgb(183,54,255); }

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