Html Css Color HEX #B91CED Electric Purple

📋 copy color: '#B91CED'

red 185 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #B91CED

Tints of Electric Purple #B91CED

RGB

 RED value IS 185 (72.66% from 255) = 41.11%

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

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 41.11%
G = 6.22%
B = 52.67%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B91CED (or 0xB91CED) is known color: Electric Purple. HEX triplet: B9, 1C and ED. RGB value is (185,28,237). Sum of RGB (Red+Green+Blue) = 185+28+237=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #B91CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B91CED is #46E312. Grayscale: #626262. Windows color (decimal): -4645651 or 15539385. OLE color: 15539385.

HSL color Cylindrical-coordinate representation of color #B91CED: hue angle of 285.07º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91CED is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 28 237 -
CMYK 0.22 0.88 0 0.07
HSL 285.07º 0.85% 0.52% -
HSV(B) 285.07º 0.88% 0.93% -
XYZ 35.71 17.26 81.57 -
YUV 98.77 206.01 189.51 -
System Red Green Blue C M Y K H S L
Decimal 185 28 237 0.22 0.88 0 0.07 285.07 0.85 0.52
Hex B9 1C ED 16 58 0 7 11D 55 34
Octal 271 34 355 26 130 0 7 435 125 64
Binary 10111001 11100 11101101 10110 1011000 0 111 100011101 1010101 110100

Color Harmonies of #B91CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91CED

Black with #B91CED

Text Example


Text Example

White with #B91CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91CED; }

 p { color: rgb(185,28,237); }

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

background-color css

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

 a { background-color: rgb(185,28,237); }

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

border-color css

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

 span { border-color: rgb(185,28,237); }

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