Html Css Color HEX #B732FA Electric Purple

📋 copy color: '#B732FA'

red 183 ◦ green 50 ◦ blue 250

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

Shades of Electric Purple #B732FA

Tints of Electric Purple #B732FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.35%

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 37.89%
G = 10.35%
B = 51.76%

CMYK

 C value IS 0.27

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B732FA (or 0xB732FA) is known color: Electric Purple. HEX triplet: B7, 32 and FA. RGB value is (183,50,250). Sum of RGB (Red+Green+Blue) = 183+50+250=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 50 (19.92% from 255 or 10.35% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #B732FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B732FA is #48CD05. Grayscale: #6F6F6F. Windows color (decimal): -4771078 or 16396983. OLE color: 16396983.

HSL color Cylindrical-coordinate representation of color #B732FA: hue angle of 279.9º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B732FA is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 50 250 -
CMYK 0.27 0.8 0 0.02
HSL 279.9º 0.95% 0.59% -
HSV(B) 279.9º 0.8% 0.98% -
XYZ 37.92 19.25 92.16 -
YUV 112.57 205.56 178.24 -
System Red Green Blue C M Y K H S L
Decimal 183 50 250 0.27 0.8 0 0.02 279.9 0.95 0.59
Hex B7 32 FA 1B 50 0 2 118 5F 3B
Octal 267 62 372 33 120 0 2 430 137 73
Binary 10110111 110010 11111010 11011 1010000 0 10 100011000 1011111 111011

Color Harmonies of #B732FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B732FA

Black with #B732FA

Text Example


Text Example

White with #B732FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B732FA; }

 p { color: rgb(183,50,250); }

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

background-color css

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

 a { background-color: rgb(183,50,250); }

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

border-color css

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

 span { border-color: rgb(183,50,250); }

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