Html Css Color HEX #B64CCC Medium Orchid

📋 copy color: '#B64CCC'

red 182 ◦ green 76 ◦ blue 204

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

Shades of Medium Orchid #B64CCC

Tints of Medium Orchid #B64CCC

RGB

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

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

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

R = 39.39%
G = 16.45%
B = 44.16%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B64CCC (or 0xB64CCC) is known color: Medium Orchid. HEX triplet: B6, 4C and CC. RGB value is (182,76,204). Sum of RGB (Red+Green+Blue) = 182+76+204=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 76 (30.08% from 255 or 16.45% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #B64CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CCC is #49B333. Grayscale: #797979. Windows color (decimal): -4830004 or 13388982. OLE color: 13388982.

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

Color convert

RGB 182 76 204 -
CMYK 0.11 0.63 0 0.2
HSL 289.69º 0.56% 0.55% -
HSV(B) 289.69º 0.63% 0.8% -
XYZ 32.77 19.47 59.16 -
YUV 122.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 182 76 204 0.11 0.63 0 0.2 289.69 0.56 0.55
Hex B6 4C CC B 3F 0 14 122 38 37
Octal 266 114 314 13 77 0 24 442 70 67
Binary 10110110 1001100 11001100 1011 111111 0 10100 100100010 111000 110111

Color Harmonies of #B64CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CCC

Black with #B64CCC

Text Example


Text Example

White with #B64CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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