Html Css Color HEX #B64FCD Medium Orchid

📋 copy color: '#B64FCD'

red 182 ◦ green 79 ◦ blue 205

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

Shades of Medium Orchid #B64FCD

Tints of Medium Orchid #B64FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 39.06%
G = 16.95%
B = 43.99%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B64FCD (or 0xB64FCD) is known color: Medium Orchid. HEX triplet: B6, 4F and CD. RGB value is (182,79,205). Sum of RGB (Red+Green+Blue) = 182+79+205=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #B64FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FCD is #49B032. Grayscale: #7B7B7B. Windows color (decimal): -4829235 or 13455286. OLE color: 13455286.

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

Color convert

RGB 182 79 205 -
CMYK 0.11 0.61 0 0.20
HSL 289.05º 0.56% 0.56% -
HSV(B) 289.05º 0.61% 0.8% -
XYZ 33.11 19.94 59.86 -
YUV 124.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 182 79 205 0.11 0.61 0 0.20 289.05 0.56 0.56
Hex B6 4F CD B 3D 0 14 121 38 38
Octal 266 117 315 13 75 0 24 441 70 70
Binary 10110110 1001111 11001101 1011 111101 0 10100 100100001 111000 111000

Color Harmonies of #B64FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FCD

Black with #B64FCD

Text Example


Text Example

White with #B64FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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