Html Css Color HEX #B64CC6 Medium Orchid

📋 copy color: '#B64CC6'

red 182 ◦ green 76 ◦ blue 198

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

Shades of Medium Orchid #B64CC6

Tints of Medium Orchid #B64CC6

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.67%

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

R = 39.91%
G = 16.67%
B = 43.42%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B64CC6 (or 0xB64CC6) is known color: Medium Orchid. HEX triplet: B6, 4C and C6. RGB value is (182,76,198). Sum of RGB (Red+Green+Blue) = 182+76+198=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #B64CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CC6 is #49B339. Grayscale: #797979. Windows color (decimal): -4830010 or 12995766. OLE color: 12995766.

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

Color convert

RGB 182 76 198 -
CMYK 0.08 0.62 0 0.22
HSL 292.13º 0.52% 0.54% -
HSV(B) 292.13º 0.62% 0.78% -
XYZ 32.07 19.19 55.44 -
YUV 121.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 182 76 198 0.08 0.62 0 0.22 292.13 0.52 0.54
Hex B6 4C C6 8 3E 0 16 124 34 36
Octal 266 114 306 10 76 0 26 444 64 66
Binary 10110110 1001100 11000110 1000 111110 0 10110 100100100 110100 110110

Color Harmonies of #B64CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CC6

Black with #B64CC6

Text Example


Text Example

White with #B64CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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