Html Css Color HEX #BE60CC Medium Orchid

📋 copy color: '#BE60CC'

red 190 ◦ green 96 ◦ blue 204

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

Shades of Medium Orchid #BE60CC

Tints of Medium Orchid #BE60CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 38.78%
G = 19.59%
B = 41.63%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE60CC (or 0xBE60CC) is known color: Medium Orchid. HEX triplet: BE, 60 and CC. RGB value is (190,96,204). Sum of RGB (Red+Green+Blue) = 190+96+204=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE60CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60CC is #419F33. Grayscale: #888888. Windows color (decimal): -4300596 or 13394110. OLE color: 13394110.

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

Color convert

RGB 190 96 204 -
CMYK 0.07 0.53 0 0.2
HSL 292.22º 0.51% 0.59% -
HSV(B) 292.22º 0.53% 0.8% -
XYZ 36.32 23.67 59.78 -
YUV 136.42 166.14 166.22 -
System Red Green Blue C M Y K H S L
Decimal 190 96 204 0.07 0.53 0 0.2 292.22 0.51 0.59
Hex BE 60 CC 7 35 0 14 124 33 3B
Octal 276 140 314 7 65 0 24 444 63 73
Binary 10111110 1100000 11001100 111 110101 0 10100 100100100 110011 111011

Color Harmonies of #BE60CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE60CC

Black with #BE60CC

Text Example


Text Example

White with #BE60CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE60CC; }

 p { color: rgb(190,96,204); }

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

background-color css

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

 a { background-color: rgb(190,96,204); }

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

border-color css

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

 span { border-color: rgb(190,96,204); }

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