Html Css Color HEX #BE0CFB Electric Purple

📋 copy color: '#BE0CFB'

red 190 ◦ green 12 ◦ blue 251

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

Shades of Electric Purple #BE0CFB

Tints of Electric Purple #BE0CFB

RGB

 RED value IS 190 (74.61% from 255) = 41.94%

 GREEN value IS 12 (5.08% from 255) = 2.65%

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 41.94%
G = 2.65%
B = 55.41%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE0CFB (or 0xBE0CFB) is known color: Electric Purple. HEX triplet: BE, 0C and FB. RGB value is (190,12,251). Sum of RGB (Red+Green+Blue) = 190+12+251=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #BE0CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BE0CFB is #41F304. Grayscale: #5B5B5B. Windows color (decimal): -4322053 or 16452798. OLE color: 16452798.

HSL color Cylindrical-coordinate representation of color #BE0CFB: hue angle of 284.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0CFB is Cyan = 0.24, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 12 251 -
CMYK 0.24 0.95 0 0.02
HSL 284.69º 0.97% 0.52% -
HSV(B) 284.69º 0.95% 0.98% -
XYZ 38.78 18.18 92.73 -
YUV 92.47 217.47 197.57 -
System Red Green Blue C M Y K H S L
Decimal 190 12 251 0.24 0.95 0 0.02 284.69 0.97 0.52
Hex BE C FB 18 5F 0 2 11D 61 34
Octal 276 14 373 30 137 0 2 435 141 64
Binary 10111110 1100 11111011 11000 1011111 0 10 100011101 1100001 110100

Color Harmonies of #BE0CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0CFB

Black with #BE0CFB

Text Example


Text Example

White with #BE0CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0CFB; }

 p { color: rgb(190,12,251); }

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

background-color css

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

 a { background-color: rgb(190,12,251); }

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

border-color css

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

 span { border-color: rgb(190,12,251); }

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