Html Css Color HEX #BE42FE Medium Orchid

📋 copy color: '#BE42FE'

red 190 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #BE42FE

Tints of Medium Orchid #BE42FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.94%

 BLUE value IS 254 (99.61% from 255) = 49.8%

R = 37.25%
G = 12.94%
B = 49.8%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE42FE (or 0xBE42FE) is known color: Medium Orchid. HEX triplet: BE, 42 and FE. RGB value is (190,66,254). Sum of RGB (Red+Green+Blue) = 190+66+254=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 66 (26.17% from 255 or 12.94% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42FE is #41BD01. Grayscale: #7B7B7B. Windows color (decimal): -4308226 or 16663230. OLE color: 16663230.

HSL color Cylindrical-coordinate representation of color #BE42FE: hue angle of 279.57º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE42FE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 66 254 -
CMYK 0.25 0.74 0 0.00
HSL 279.57º 0.99% 0.63% -
HSV(B) 279.57º 0.74% 1% -
XYZ 41.07 22 95.85 -
YUV 124.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 190 66 254 0.25 0.74 0 0.00 279.57 0.99 0.63
Hex BE 42 FE 19 4A 0 0 118 63 3F
Octal 276 102 376 31 112 0 0 430 143 77
Binary 10111110 1000010 11111110 11001 1001010 0 0 100011000 1100011 111111

Color Harmonies of #BE42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42FE

Black with #BE42FE

Text Example


Text Example

White with #BE42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42FE; }

 p { color: rgb(190,66,254); }

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

background-color css

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

 a { background-color: rgb(190,66,254); }

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

border-color css

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

 span { border-color: rgb(190,66,254); }

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