Html Css Color HEX #BE6CCD Medium Orchid

📋 copy color: '#BE6CCD'

red 190 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #BE6CCD

Tints of Medium Orchid #BE6CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.47%

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

R = 37.77%
G = 21.47%
B = 40.76%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE6CCD (or 0xBE6CCD) is known color: Medium Orchid. HEX triplet: BE, 6C and CD. RGB value is (190,108,205). Sum of RGB (Red+Green+Blue) = 190+108+205=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 108 (42.58% from 255 or 21.47% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6CCD is #419332. Grayscale: #8F8F8F. Windows color (decimal): -4297523 or 13462718. OLE color: 13462718.

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

Color convert

RGB 190 108 205 -
CMYK 0.07 0.47 0 0.20
HSL 290.72º 0.49% 0.61% -
HSV(B) 290.72º 0.47% 0.8% -
XYZ 37.62 26.08 60.81 -
YUV 143.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 190 108 205 0.07 0.47 0 0.20 290.72 0.49 0.61
Hex BE 6C CD 7 2F 0 14 123 31 3D
Octal 276 154 315 7 57 0 24 443 61 75
Binary 10111110 1101100 11001101 111 101111 0 10100 100100011 110001 111101

Color Harmonies of #BE6CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6CCD

Black with #BE6CCD

Text Example


Text Example

White with #BE6CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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