Html Css Color HEX #B730FF Electric Purple

📋 copy color: '#B730FF'

red 183 ◦ green 48 ◦ blue 255

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

Shades of Electric Purple #B730FF

Tints of Electric Purple #B730FF

RGB

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

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

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

R = 37.65%
G = 9.88%
B = 52.47%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B730FF (or 0xB730FF) is known color: Electric Purple. HEX triplet: B7, 30 and FF. RGB value is (183,48,255). Sum of RGB (Red+Green+Blue) = 183+48+255=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #B730FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730FF is #48CF00. Grayscale: #6F6F6F. Windows color (decimal): -4771585 or 16724151. OLE color: 16724151.

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

Color convert

RGB 183 48 255 -
CMYK 0.28 0.81 0 0
HSL 279.13º 1% 0.59% -
HSV(B) 279.13º 0.81% 1% -
XYZ 38.64 19.4 96.32 -
YUV 111.96 208.73 178.67 -
System Red Green Blue C M Y K H S L
Decimal 183 48 255 0.28 0.81 0 0 279.13 1 0.59
Hex B7 30 FF 1C 51 0 0 117 64 3B
Octal 267 60 377 34 121 0 0 427 144 73
Binary 10110111 110000 11111111 11100 1010001 0 0 100010111 1100100 111011

Color Harmonies of #B730FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730FF

Black with #B730FF

Text Example


Text Example

White with #B730FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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