Html Css Color HEX #BE40CD Medium Orchid

📋 copy color: '#BE40CD'

red 190 ◦ green 64 ◦ blue 205

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

Shades of Medium Orchid #BE40CD

Tints of Medium Orchid #BE40CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.94%

 BLUE value IS 205 (80.47% from 255) = 44.66%

R = 41.39%
G = 13.94%
B = 44.66%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE40CD (or 0xBE40CD) is known color: Medium Orchid. HEX triplet: BE, 40 and CD. RGB value is (190,64,205). Sum of RGB (Red+Green+Blue) = 190+64+205=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE40CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40CD is #41BF32. Grayscale: #757575. Windows color (decimal): -4308787 or 13451454. OLE color: 13451454.

HSL color Cylindrical-coordinate representation of color #BE40CD: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE40CD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 64 205 -
CMYK 0.07 0.69 0 0.20
HSL 293.62º 0.59% 0.53% -
HSV(B) 293.62º 0.69% 0.8% -
XYZ 34.09 19.02 59.63 -
YUV 117.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 190 64 205 0.07 0.69 0 0.20 293.62 0.59 0.53
Hex BE 40 CD 7 45 0 14 126 3B 35
Octal 276 100 315 7 105 0 24 446 73 65
Binary 10111110 1000000 11001101 111 1000101 0 10100 100100110 111011 110101

Color Harmonies of #BE40CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40CD

Black with #BE40CD

Text Example


Text Example

White with #BE40CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40CD; }

 p { color: rgb(190,64,205); }

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

background-color css

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

 a { background-color: rgb(190,64,205); }

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

border-color css

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

 span { border-color: rgb(190,64,205); }

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