Html Css Color HEX #BE42DE Medium Orchid

📋 copy color: '#BE42DE'

red 190 ◦ green 66 ◦ blue 222

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

Shades of Medium Orchid #BE42DE

Tints of Medium Orchid #BE42DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 39.75%
G = 13.81%
B = 46.44%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE42DE (or 0xBE42DE) is known color: Medium Orchid. HEX triplet: BE, 42 and DE. RGB value is (190,66,222). Sum of RGB (Red+Green+Blue) = 190+66+222=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #BE42DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42DE is #41BD21. Grayscale: #787878. Windows color (decimal): -4308258 or 14566078. OLE color: 14566078.

HSL color Cylindrical-coordinate representation of color #BE42DE: hue angle of 287.69º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE42DE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 66 222 -
CMYK 0.14 0.70 0 0.13
HSL 287.69º 0.7% 0.56% -
HSV(B) 287.69º 0.7% 0.87% -
XYZ 36.37 20.12 71.07 -
YUV 120.86 185.08 177.32 -
System Red Green Blue C M Y K H S L
Decimal 190 66 222 0.14 0.70 0 0.13 287.69 0.7 0.56
Hex BE 42 DE E 46 0 D 120 46 38
Octal 276 102 336 16 106 0 15 440 106 70
Binary 10111110 1000010 11011110 1110 1000110 0 1101 100100000 1000110 111000

Color Harmonies of #BE42DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42DE

Black with #BE42DE

Text Example


Text Example

White with #BE42DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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