Html Css Color HEX #B64DDC Medium Orchid

📋 copy color: '#B64DDC'

red 182 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #B64DDC

Tints of Medium Orchid #B64DDC

RGB

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

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

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

R = 38%
G = 16.08%
B = 45.93%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B64DDC (or 0xB64DDC) is known color: Medium Orchid. HEX triplet: B6, 4D and DC. RGB value is (182,77,220). Sum of RGB (Red+Green+Blue) = 182+77+220=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 77 (30.47% from 255 or 16.08% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B64DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DDC is #49B223. Grayscale: #7C7C7C. Windows color (decimal): -4829732 or 14437814. OLE color: 14437814.

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

Color convert

RGB 182 77 220 -
CMYK 0.17 0.65 0 0.14
HSL 284.06º 0.67% 0.58% -
HSV(B) 284.06º 0.65% 0.86% -
XYZ 34.86 20.42 69.81 -
YUV 124.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 182 77 220 0.17 0.65 0 0.14 284.06 0.67 0.58
Hex B6 4D DC 11 41 0 E 11C 43 3A
Octal 266 115 334 21 101 0 16 434 103 72
Binary 10110110 1001101 11011100 10001 1000001 0 1110 100011100 1000011 111010

Color Harmonies of #B64DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DDC

Black with #B64DDC

Text Example


Text Example

White with #B64DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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