Html Css Color HEX #BE5CCC Medium Orchid

📋 copy color: '#BE5CCC'

red 190 ◦ green 92 ◦ blue 204

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

Shades of Medium Orchid #BE5CCC

Tints of Medium Orchid #BE5CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.93%

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

R = 39.09%
G = 18.93%
B = 41.98%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE5CCC (or 0xBE5CCC) is known color: Medium Orchid. HEX triplet: BE, 5C and CC. RGB value is (190,92,204). Sum of RGB (Red+Green+Blue) = 190+92+204=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE5CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CCC is #41A333. Grayscale: #858585. Windows color (decimal): -4301620 or 13393086. OLE color: 13393086.

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

Color convert

RGB 190 92 204 -
CMYK 0.07 0.55 0 0.2
HSL 292.5º 0.52% 0.58% -
HSV(B) 292.5º 0.55% 0.8% -
XYZ 35.96 22.96 59.66 -
YUV 134.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 190 92 204 0.07 0.55 0 0.2 292.5 0.52 0.58
Hex BE 5C CC 7 37 0 14 124 34 3A
Octal 276 134 314 7 67 0 24 444 64 72
Binary 10111110 1011100 11001100 111 110111 0 10100 100100100 110100 111010

Color Harmonies of #BE5CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CCC

Black with #BE5CCC

Text Example


Text Example

White with #BE5CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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