Html Css Color HEX #B64DCC Medium Orchid

📋 copy color: '#B64DCC'

red 182 ◦ green 77 ◦ blue 204

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

Shades of Medium Orchid #B64DCC

Tints of Medium Orchid #B64DCC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.63%

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

R = 39.31%
G = 16.63%
B = 44.06%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B64DCC (or 0xB64DCC) is known color: Medium Orchid. HEX triplet: B6, 4D and CC. RGB value is (182,77,204). Sum of RGB (Red+Green+Blue) = 182+77+204=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #B64DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DCC is #49B233. Grayscale: #7A7A7A. Windows color (decimal): -4829748 or 13389238. OLE color: 13389238.

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

Color convert

RGB 182 77 204 -
CMYK 0.11 0.62 0 0.2
HSL 289.61º 0.55% 0.55% -
HSV(B) 289.61º 0.62% 0.8% -
XYZ 32.84 19.61 59.18 -
YUV 122.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 182 77 204 0.11 0.62 0 0.2 289.61 0.55 0.55
Hex B6 4D CC B 3E 0 14 122 37 37
Octal 266 115 314 13 76 0 24 442 67 67
Binary 10110110 1001101 11001100 1011 111110 0 10100 100100010 110111 110111

Color Harmonies of #B64DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DCC

Black with #B64DCC

Text Example


Text Example

White with #B64DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DCC; }

 p { color: rgb(182,77,204); }

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

background-color css

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

 a { background-color: rgb(182,77,204); }

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

border-color css

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

 span { border-color: rgb(182,77,204); }

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