Html Css Color HEX #B64FDD Medium Orchid

📋 copy color: '#B64FDD'

red 182 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #B64FDD

Tints of Medium Orchid #B64FDD

RGB

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

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

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

R = 37.76%
G = 16.39%
B = 45.85%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B64FDD (or 0xB64FDD) is known color: Medium Orchid. HEX triplet: B6, 4F and DD. RGB value is (182,79,221). Sum of RGB (Red+Green+Blue) = 182+79+221=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B64FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FDD is #49B022. Grayscale: #7D7D7D. Windows color (decimal): -4829219 or 14503862. OLE color: 14503862.

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

Color convert

RGB 182 79 221 -
CMYK 0.18 0.64 0 0.13
HSL 283.52º 0.68% 0.59% -
HSV(B) 283.52º 0.64% 0.87% -
XYZ 35.14 20.76 70.56 -
YUV 125.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 182 79 221 0.18 0.64 0 0.13 283.52 0.68 0.59
Hex B6 4F DD 12 40 0 D 11C 44 3B
Octal 266 117 335 22 100 0 15 434 104 73
Binary 10110110 1001111 11011101 10010 1000000 0 1101 100011100 1000100 111011

Color Harmonies of #B64FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FDD

Black with #B64FDD

Text Example


Text Example

White with #B64FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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