Html Css Color HEX #B223FD Electric Purple

📋 copy color: '#B223FD'

red 178 ◦ green 35 ◦ blue 253

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

Shades of Electric Purple #B223FD

Tints of Electric Purple #B223FD

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

 GREEN value IS 35 (14.06% from 255) = 7.51%

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

R = 38.2%
G = 7.51%
B = 54.29%

CMYK

 C value IS 0.30

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B223FD (or 0xB223FD) is known color: Electric Purple. HEX triplet: B2, 23 and FD. RGB value is (178,35,253). Sum of RGB (Red+Green+Blue) = 178+35+253=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #B223FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B223FD is #4DDC02. Grayscale: #656565. Windows color (decimal): -5102595 or 16589746. OLE color: 16589746.

HSL color Cylindrical-coordinate representation of color #B223FD: hue angle of 279.36º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B223FD is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 35 253 -
CMYK 0.30 0.86 0 0.01
HSL 279.36º 0.98% 0.56% -
HSV(B) 279.36º 0.86% 0.99% -
XYZ 36.69 17.76 94.42 -
YUV 102.61 212.88 181.77 -
System Red Green Blue C M Y K H S L
Decimal 178 35 253 0.30 0.86 0 0.01 279.36 0.98 0.56
Hex B2 23 FD 1E 56 0 1 117 62 38
Octal 262 43 375 36 126 0 1 427 142 70
Binary 10110010 100011 11111101 11110 1010110 0 1 100010111 1100010 111000

Color Harmonies of #B223FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B223FD

Black with #B223FD

Text Example


Text Example

White with #B223FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B223FD; }

 p { color: rgb(178,35,253); }

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

background-color css

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

 a { background-color: rgb(178,35,253); }

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

border-color css

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

 span { border-color: rgb(178,35,253); }

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