Html Css Color HEX #BE5FCD Medium Orchid

📋 copy color: '#BE5FCD'

red 190 ◦ green 95 ◦ blue 205

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

Shades of Medium Orchid #BE5FCD

Tints of Medium Orchid #BE5FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.39%

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

R = 38.78%
G = 19.39%
B = 41.84%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE5FCD (or 0xBE5FCD) is known color: Medium Orchid. HEX triplet: BE, 5F and CD. RGB value is (190,95,205). Sum of RGB (Red+Green+Blue) = 190+95+205=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE5FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FCD is #41A032. Grayscale: #878787. Windows color (decimal): -4300851 or 13459390. OLE color: 13459390.

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

Color convert

RGB 190 95 205 -
CMYK 0.07 0.54 0 0.20
HSL 291.82º 0.52% 0.59% -
HSV(B) 291.82º 0.54% 0.8% -
XYZ 36.35 23.54 60.39 -
YUV 135.95 166.97 166.56 -
System Red Green Blue C M Y K H S L
Decimal 190 95 205 0.07 0.54 0 0.20 291.82 0.52 0.59
Hex BE 5F CD 7 36 0 14 124 34 3B
Octal 276 137 315 7 66 0 24 444 64 73
Binary 10111110 1011111 11001101 111 110110 0 10100 100100100 110100 111011

Color Harmonies of #BE5FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5FCD

Black with #BE5FCD

Text Example


Text Example

White with #BE5FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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