Html Css Color HEX #BE42DD Medium Orchid

📋 copy color: '#BE42DD'

red 190 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #BE42DD

Tints of Medium Orchid #BE42DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 39.83%
G = 13.84%
B = 46.33%

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

#BE42DD (or 0xBE42DD) is known color: Medium Orchid. HEX triplet: BE, 42 and DD. RGB value is (190,66,221). Sum of RGB (Red+Green+Blue) = 190+66+221=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42DD is #41BD22. Grayscale: #787878. Windows color (decimal): -4308259 or 14500542. OLE color: 14500542.

HSL color Cylindrical-coordinate representation of color #BE42DD: hue angle of 288º 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 #BE42DD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 66 221 -
CMYK 0.14 0.70 0 0.13
HSL 288º 0.7% 0.56% -
HSV(B) 288º 0.7% 0.87% -
XYZ 36.23 20.06 70.37 -
YUV 120.75 184.58 177.4 -
System Red Green Blue C M Y K H S L
Decimal 190 66 221 0.14 0.70 0 0.13 288 0.7 0.56
Hex BE 42 DD E 46 0 D 120 46 38
Octal 276 102 335 16 106 0 15 440 106 70
Binary 10111110 1000010 11011101 1110 1000110 0 1101 100100000 1000110 111000

Color Harmonies of #BE42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42DD

Black with #BE42DD

Text Example


Text Example

White with #BE42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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