Html Css Color HEX #B61CFD Electric Purple

📋 copy color: '#B61CFD'

red 182 ◦ green 28 ◦ blue 253

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

Shades of Electric Purple #B61CFD

Tints of Electric Purple #B61CFD

RGB

 RED value IS 182 (71.48% from 255) = 39.31%

 GREEN value IS 28 (11.33% from 255) = 6.05%

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

R = 39.31%
G = 6.05%
B = 54.64%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B61CFD (or 0xB61CFD) is known color: Electric Purple. HEX triplet: B6, 1C and FD. RGB value is (182,28,253). Sum of RGB (Red+Green+Blue) = 182+28+253=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #B61CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61CFD is #49E302. Grayscale: #626262. Windows color (decimal): -4842243 or 16587958. OLE color: 16587958.

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

Color convert

RGB 182 28 253 -
CMYK 0.28 0.89 0 0.01
HSL 281.07º 0.98% 0.55% -
HSV(B) 281.07º 0.89% 0.99% -
XYZ 37.44 17.87 94.4 -
YUV 99.7 214.52 186.7 -
System Red Green Blue C M Y K H S L
Decimal 182 28 253 0.28 0.89 0 0.01 281.07 0.98 0.55
Hex B6 1C FD 1C 59 0 1 119 62 37
Octal 266 34 375 34 131 0 1 431 142 67
Binary 10110110 11100 11111101 11100 1011001 0 1 100011001 1100010 110111

Color Harmonies of #B61CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CFD

Black with #B61CFD

Text Example


Text Example

White with #B61CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CFD; }

 p { color: rgb(182,28,253); }

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

background-color css

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

 a { background-color: rgb(182,28,253); }

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

border-color css

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

 span { border-color: rgb(182,28,253); }

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