Html Css Color HEX #B730FC Electric Purple

📋 copy color: '#B730FC'

red 183 ◦ green 48 ◦ blue 252

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

Shades of Electric Purple #B730FC

Tints of Electric Purple #B730FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.17%

R = 37.89%
G = 9.94%
B = 52.17%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B730FC (or 0xB730FC) is known color: Electric Purple. HEX triplet: B7, 30 and FC. RGB value is (183,48,252). Sum of RGB (Red+Green+Blue) = 183+48+252=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #B730FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730FC is #48CF03. Grayscale: #6E6E6E. Windows color (decimal): -4771588 or 16527543. OLE color: 16527543.

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

Color convert

RGB 183 48 252 -
CMYK 0.27 0.81 0 0.01
HSL 279.71º 0.97% 0.59% -
HSV(B) 279.71º 0.81% 0.99% -
XYZ 38.16 19.21 93.79 -
YUV 111.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 183 48 252 0.27 0.81 0 0.01 279.71 0.97 0.59
Hex B7 30 FC 1B 51 0 1 118 61 3B
Octal 267 60 374 33 121 0 1 430 141 73
Binary 10110111 110000 11111100 11011 1010001 0 1 100011000 1100001 111011

Color Harmonies of #B730FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730FC

Black with #B730FC

Text Example


Text Example

White with #B730FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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