Html Css Color HEX #BE23F2 Electric Purple

📋 copy color: '#BE23F2'

red 190 ◦ green 35 ◦ blue 242

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

Shades of Electric Purple #BE23F2

Tints of Electric Purple #BE23F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.82%

R = 40.69%
G = 7.49%
B = 51.82%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE23F2 (or 0xBE23F2) is known color: Electric Purple. HEX triplet: BE, 23 and F2. RGB value is (190,35,242). Sum of RGB (Red+Green+Blue) = 190+35+242=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 35 (14.06% from 255 or 7.49% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #BE23F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE23F2 is #41DC0D. Grayscale: #686868. Windows color (decimal): -4316174 or 15868862. OLE color: 15868862.

HSL color Cylindrical-coordinate representation of color #BE23F2: hue angle of 284.93º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE23F2 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 35 242 -
CMYK 0.21 0.86 0 0.05
HSL 284.93º 0.89% 0.54% -
HSV(B) 284.93º 0.86% 0.95% -
XYZ 37.86 18.56 85.59 -
YUV 104.94 205.35 188.67 -
System Red Green Blue C M Y K H S L
Decimal 190 35 242 0.21 0.86 0 0.05 284.93 0.89 0.54
Hex BE 23 F2 15 56 0 5 11D 59 36
Octal 276 43 362 25 126 0 5 435 131 66
Binary 10111110 100011 11110010 10101 1010110 0 101 100011101 1011001 110110

Color Harmonies of #BE23F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE23F2

Black with #BE23F2

Text Example


Text Example

White with #BE23F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE23F2; }

 p { color: rgb(190,35,242); }

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

background-color css

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

 a { background-color: rgb(190,35,242); }

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

border-color css

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

 span { border-color: rgb(190,35,242); }

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