Html Css Color HEX #B64FDC Medium Orchid

📋 copy color: '#B64FDC'

red 182 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #B64FDC

Tints of Medium Orchid #B64FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.42%

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 37.84%
G = 16.42%
B = 45.74%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B64FDC (or 0xB64FDC) is known color: Medium Orchid. HEX triplet: B6, 4F and DC. RGB value is (182,79,220). Sum of RGB (Red+Green+Blue) = 182+79+220=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 79 (31.25% from 255 or 16.42% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B64FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FDC is #49B023. Grayscale: #7D7D7D. Windows color (decimal): -4829220 or 14438326. OLE color: 14438326.

HSL color Cylindrical-coordinate representation of color #B64FDC: hue angle of 283.83º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64FDC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 79 220 -
CMYK 0.17 0.64 0 0.14
HSL 283.83º 0.67% 0.59% -
HSV(B) 283.83º 0.64% 0.86% -
XYZ 35.01 20.7 69.86 -
YUV 125.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 182 79 220 0.17 0.64 0 0.14 283.83 0.67 0.59
Hex B6 4F DC 11 40 0 E 11C 43 3B
Octal 266 117 334 21 100 0 16 434 103 73
Binary 10110110 1001111 11011100 10001 1000000 0 1110 100011100 1000011 111011

Color Harmonies of #B64FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FDC

Black with #B64FDC

Text Example


Text Example

White with #B64FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FDC; }

 p { color: rgb(182,79,220); }

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

background-color css

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

 a { background-color: rgb(182,79,220); }

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

border-color css

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

 span { border-color: rgb(182,79,220); }

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