Html Css Color HEX #BE42D9 Medium Orchid

📋 copy color: '#BE42D9'

red 190 ◦ green 66 ◦ blue 217

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

Shades of Medium Orchid #BE42D9

Tints of Medium Orchid #BE42D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 40.17%
G = 13.95%
B = 45.88%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE42D9 (or 0xBE42D9) is known color: Medium Orchid. HEX triplet: BE, 42 and D9. RGB value is (190,66,217). Sum of RGB (Red+Green+Blue) = 190+66+217=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #BE42D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42D9 is #41BD26. Grayscale: #777777. Windows color (decimal): -4308263 or 14238398. OLE color: 14238398.

HSL color Cylindrical-coordinate representation of color #BE42D9: hue angle of 289.27º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE42D9 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 66 217 -
CMYK 0.12 0.70 0 0.15
HSL 289.27º 0.67% 0.55% -
HSV(B) 289.27º 0.7% 0.85% -
XYZ 35.71 19.85 67.6 -
YUV 120.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 190 66 217 0.12 0.70 0 0.15 289.27 0.67 0.55
Hex BE 42 D9 C 46 0 F 121 43 37
Octal 276 102 331 14 106 0 17 441 103 67
Binary 10111110 1000010 11011001 1100 1000110 0 1111 100100001 1000011 110111

Color Harmonies of #BE42D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42D9

Black with #BE42D9

Text Example


Text Example

White with #BE42D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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