Html Css Color HEX #B730FD Electric Purple

📋 copy color: '#B730FD'

red 183 ◦ green 48 ◦ blue 253

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

Shades of Electric Purple #B730FD

Tints of Electric Purple #B730FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.27%

R = 37.81%
G = 9.92%
B = 52.27%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B730FD (or 0xB730FD) is known color: Electric Purple. HEX triplet: B7, 30 and FD. RGB value is (183,48,253). Sum of RGB (Red+Green+Blue) = 183+48+253=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #B730FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730FD is #48CF02. Grayscale: #6F6F6F. Windows color (decimal): -4771587 or 16593079. OLE color: 16593079.

HSL color Cylindrical-coordinate representation of color #B730FD: hue angle of 279.51º degrees, saturation: 0.98, 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 #B730FD is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 48 253 -
CMYK 0.28 0.81 0 0.01
HSL 279.51º 0.98% 0.59% -
HSV(B) 279.51º 0.81% 0.99% -
XYZ 38.32 19.27 94.63 -
YUV 111.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 183 48 253 0.28 0.81 0 0.01 279.51 0.98 0.59
Hex B7 30 FD 1C 51 0 1 118 62 3B
Octal 267 60 375 34 121 0 1 430 142 73
Binary 10110111 110000 11111101 11100 1010001 0 1 100011000 1100010 111011

Color Harmonies of #B730FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B730FD

Black with #B730FD

Text Example


Text Example

White with #B730FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B730FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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