Html Css Color HEX #B730FB Electric Purple

📋 copy color: '#B730FB'

red 183 ◦ green 48 ◦ blue 251

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

Shades of Electric Purple #B730FB

Tints of Electric Purple #B730FB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.96%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 37.97%
G = 9.96%
B = 52.07%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B730FB (or 0xB730FB) is known color: Electric Purple. HEX triplet: B7, 30 and FB. RGB value is (183,48,251). Sum of RGB (Red+Green+Blue) = 183+48+251=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #B730FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730FB is #48CF04. Grayscale: #6E6E6E. Windows color (decimal): -4771589 or 16462007. OLE color: 16462007.

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

Color convert

RGB 183 48 251 -
CMYK 0.27 0.81 0 0.02
HSL 279.9º 0.96% 0.59% -
HSV(B) 279.9º 0.81% 0.98% -
XYZ 38 19.15 92.96 -
YUV 111.51 206.73 178.99 -
System Red Green Blue C M Y K H S L
Decimal 183 48 251 0.27 0.81 0 0.02 279.9 0.96 0.59
Hex B7 30 FB 1B 51 0 2 118 60 3B
Octal 267 60 373 33 121 0 2 430 140 73
Binary 10110111 110000 11111011 11011 1010001 0 10 100011000 1100000 111011

Color Harmonies of #B730FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730FB

Black with #B730FB

Text Example


Text Example

White with #B730FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730FB; }

 p { color: rgb(183,48,251); }

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

background-color css

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

 a { background-color: rgb(183,48,251); }

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

border-color css

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

 span { border-color: rgb(183,48,251); }

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