Html Css Color HEX #B64AC6 Medium Orchid

📋 copy color: '#B64AC6'

red 182 ◦ green 74 ◦ blue 198

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

Shades of Medium Orchid #B64AC6

Tints of Medium Orchid #B64AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 40.09%
G = 16.3%
B = 43.61%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B64AC6 (or 0xB64AC6) is known color: Medium Orchid. HEX triplet: B6, 4A and C6. RGB value is (182,74,198). Sum of RGB (Red+Green+Blue) = 182+74+198=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #B64AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AC6 is #49B539. Grayscale: #787878. Windows color (decimal): -4830522 or 12995254. OLE color: 12995254.

HSL color Cylindrical-coordinate representation of color #B64AC6: hue angle of 292.26º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B64AC6 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 74 198 -
CMYK 0.08 0.63 0 0.22
HSL 292.26º 0.52% 0.53% -
HSV(B) 292.26º 0.63% 0.78% -
XYZ 31.93 18.92 55.39 -
YUV 120.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 182 74 198 0.08 0.63 0 0.22 292.26 0.52 0.53
Hex B6 4A C6 8 3F 0 16 124 34 35
Octal 266 112 306 10 77 0 26 444 64 65
Binary 10110110 1001010 11000110 1000 111111 0 10110 100100100 110100 110101

Color Harmonies of #B64AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64AC6

Black with #B64AC6

Text Example


Text Example

White with #B64AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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