Html Css Color HEX #BE42D2 Medium Orchid

📋 copy color: '#BE42D2'

red 190 ◦ green 66 ◦ blue 210

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

Shades of Medium Orchid #BE42D2

Tints of Medium Orchid #BE42D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.06%

R = 40.77%
G = 14.16%
B = 45.06%

CMYK

 C value IS 0.10

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE42D2 (or 0xBE42D2) is known color: Medium Orchid. HEX triplet: BE, 42 and D2. RGB value is (190,66,210). Sum of RGB (Red+Green+Blue) = 190+66+210=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE42D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42D2 is #41BD2D. Grayscale: #777777. Windows color (decimal): -4308270 or 13779646. OLE color: 13779646.

HSL color Cylindrical-coordinate representation of color #BE42D2: hue angle of 291.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE42D2 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 66 210 -
CMYK 0.10 0.69 0 0.18
HSL 291.67º 0.62% 0.54% -
HSV(B) 291.67º 0.69% 0.82% -
XYZ 34.82 19.5 62.9 -
YUV 119.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 190 66 210 0.10 0.69 0 0.18 291.67 0.62 0.54
Hex BE 42 D2 A 45 0 12 124 3E 36
Octal 276 102 322 12 105 0 22 444 76 66
Binary 10111110 1000010 11010010 1010 1000101 0 10010 100100100 111110 110110

Color Harmonies of #BE42D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42D2

Black with #BE42D2

Text Example


Text Example

White with #BE42D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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