Html Css Color HEX #B64FDE Medium Orchid

📋 copy color: '#B64FDE'

red 182 ◦ green 79 ◦ blue 222

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

Shades of Medium Orchid #B64FDE

Tints of Medium Orchid #B64FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 37.68%
G = 16.36%
B = 45.96%

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

#B64FDE (or 0xB64FDE) is known color: Medium Orchid. HEX triplet: B6, 4F and DE. RGB value is (182,79,222). Sum of RGB (Red+Green+Blue) = 182+79+222=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B64FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FDE is #49B021. Grayscale: #7D7D7D. Windows color (decimal): -4829218 or 14569398. OLE color: 14569398.

HSL color Cylindrical-coordinate representation of color #B64FDE: hue angle of 283.22º 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 #B64FDE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 79 222 -
CMYK 0.18 0.64 0 0.13
HSL 283.22º 0.68% 0.59% -
HSV(B) 283.22º 0.64% 0.87% -
XYZ 35.27 20.81 71.27 -
YUV 126.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 182 79 222 0.18 0.64 0 0.13 283.22 0.68 0.59
Hex B6 4F DE 12 40 0 D 11B 44 3B
Octal 266 117 336 22 100 0 15 433 104 73
Binary 10110110 1001111 11011110 10010 1000000 0 1101 100011011 1000100 111011

Color Harmonies of #B64FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FDE

Black with #B64FDE

Text Example


Text Example

White with #B64FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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