Html Css Color HEX #B64ACE Medium Orchid

📋 copy color: '#B64ACE'

red 182 ◦ green 74 ◦ blue 206

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

Shades of Medium Orchid #B64ACE

Tints of Medium Orchid #B64ACE

RGB

 RED value IS 182 (71.48% from 255) = 39.39%

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 39.39%
G = 16.02%
B = 44.59%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B64ACE (or 0xB64ACE) is known color: Medium Orchid. HEX triplet: B6, 4A and CE. RGB value is (182,74,206). Sum of RGB (Red+Green+Blue) = 182+74+206=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #B64ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64ACE is #49B531. Grayscale: #787878. Windows color (decimal): -4830514 or 13519542. OLE color: 13519542.

HSL color Cylindrical-coordinate representation of color #B64ACE: hue angle of 289.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64ACE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 74 206 -
CMYK 0.12 0.64 0 0.19
HSL 289.09º 0.57% 0.55% -
HSV(B) 289.09º 0.64% 0.81% -
XYZ 32.88 19.3 60.38 -
YUV 121.34 175.78 171.27 -
System Red Green Blue C M Y K H S L
Decimal 182 74 206 0.12 0.64 0 0.19 289.09 0.57 0.55
Hex B6 4A CE C 40 0 13 121 39 37
Octal 266 112 316 14 100 0 23 441 71 67
Binary 10110110 1001010 11001110 1100 1000000 0 10011 100100001 111001 110111

Color Harmonies of #B64ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64ACE

Black with #B64ACE

Text Example


Text Example

White with #B64ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64ACE; }

 p { color: rgb(182,74,206); }

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

background-color css

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

 a { background-color: rgb(182,74,206); }

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

border-color css

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

 span { border-color: rgb(182,74,206); }

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