Html Css Color HEX #B64DD7 Medium Orchid

📋 copy color: '#B64DD7'

red 182 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #B64DD7

Tints of Medium Orchid #B64DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 38.4%
G = 16.24%
B = 45.36%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B64DD7 (or 0xB64DD7) is known color: Medium Orchid. HEX triplet: B6, 4D and D7. RGB value is (182,77,215). Sum of RGB (Red+Green+Blue) = 182+77+215=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #B64DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DD7 is #49B228. Grayscale: #7B7B7B. Windows color (decimal): -4829737 or 14110134. OLE color: 14110134.

HSL color Cylindrical-coordinate representation of color #B64DD7: hue angle of 285.65º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64DD7 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 77 215 -
CMYK 0.15 0.64 0 0.16
HSL 285.65º 0.63% 0.57% -
HSV(B) 285.65º 0.64% 0.84% -
XYZ 34.21 20.16 66.38 -
YUV 124.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 182 77 215 0.15 0.64 0 0.16 285.65 0.63 0.57
Hex B6 4D D7 F 40 0 10 11E 3F 39
Octal 266 115 327 17 100 0 20 436 77 71
Binary 10110110 1001101 11010111 1111 1000000 0 10000 100011110 111111 111001

Color Harmonies of #B64DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DD7

Black with #B64DD7

Text Example


Text Example

White with #B64DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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