Html Css Color HEX #BE42F9 Medium Orchid

📋 copy color: '#BE42F9'

red 190 ◦ green 66 ◦ blue 249

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

Shades of Medium Orchid #BE42F9

Tints of Medium Orchid #BE42F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 37.62%
G = 13.07%
B = 49.31%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE42F9 (or 0xBE42F9) is known color: Medium Orchid. HEX triplet: BE, 42 and F9. RGB value is (190,66,249). Sum of RGB (Red+Green+Blue) = 190+66+249=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42F9 is #41BD06. Grayscale: #7B7B7B. Windows color (decimal): -4308231 or 16335550. OLE color: 16335550.

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

Color convert

RGB 190 66 249 -
CMYK 0.24 0.73 0 0.02
HSL 280.66º 0.94% 0.62% -
HSV(B) 280.66º 0.73% 0.98% -
XYZ 40.28 21.68 91.68 -
YUV 123.94 198.58 175.12 -
System Red Green Blue C M Y K H S L
Decimal 190 66 249 0.24 0.73 0 0.02 280.66 0.94 0.62
Hex BE 42 F9 18 49 0 2 119 5E 3E
Octal 276 102 371 30 111 0 2 431 136 76
Binary 10111110 1000010 11111001 11000 1001001 0 10 100011001 1011110 111110

Color Harmonies of #BE42F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42F9

Black with #BE42F9

Text Example


Text Example

White with #BE42F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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