Html Css Color HEX #B64DDD Medium Orchid

📋 copy color: '#B64DDD'

red 182 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #B64DDD

Tints of Medium Orchid #B64DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 37.92%
G = 16.04%
B = 46.04%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B64DDD (or 0xB64DDD) is known color: Medium Orchid. HEX triplet: B6, 4D and DD. RGB value is (182,77,221). Sum of RGB (Red+Green+Blue) = 182+77+221=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B64DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DDD is #49B222. Grayscale: #7C7C7C. Windows color (decimal): -4829731 or 14503350. OLE color: 14503350.

HSL color Cylindrical-coordinate representation of color #B64DDD: hue angle of 283.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64DDD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 77 221 -
CMYK 0.18 0.65 0 0.13
HSL 283.75º 0.68% 0.58% -
HSV(B) 283.75º 0.65% 0.87% -
XYZ 35 20.47 70.51 -
YUV 124.81 182.29 168.79 -
System Red Green Blue C M Y K H S L
Decimal 182 77 221 0.18 0.65 0 0.13 283.75 0.68 0.58
Hex B6 4D DD 12 41 0 D 11C 44 3A
Octal 266 115 335 22 101 0 15 434 104 72
Binary 10110110 1001101 11011101 10010 1000001 0 1101 100011100 1000100 111010

Color Harmonies of #B64DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DDD

Black with #B64DDD

Text Example


Text Example

White with #B64DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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