Html Css Color HEX #BE6ACC Medium Orchid

📋 copy color: '#BE6ACC'

red 190 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #BE6ACC

Tints of Medium Orchid #BE6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 38%
G = 21.2%
B = 40.8%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BE6ACC (or 0xBE6ACC) is known color: Medium Orchid. HEX triplet: BE, 6A and CC. RGB value is (190,106,204). Sum of RGB (Red+Green+Blue) = 190+106+204=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ACC is #419533. Grayscale: #8D8D8D. Windows color (decimal): -4298036 or 13396670. OLE color: 13396670.

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

Color convert

RGB 190 106 204 -
CMYK 0.07 0.48 0 0.2
HSL 291.43º 0.49% 0.61% -
HSV(B) 291.43º 0.48% 0.8% -
XYZ 37.29 25.61 60.11 -
YUV 142.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 190 106 204 0.07 0.48 0 0.2 291.43 0.49 0.61
Hex BE 6A CC 7 30 0 14 123 31 3D
Octal 276 152 314 7 60 0 24 443 61 75
Binary 10111110 1101010 11001100 111 110000 0 10100 100100011 110001 111101

Color Harmonies of #BE6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ACC

Black with #BE6ACC

Text Example


Text Example

White with #BE6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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