Html Css Color HEX #B64FD1 Medium Orchid

📋 copy color: '#B64FD1'

red 182 ◦ green 79 ◦ blue 209

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

Shades of Medium Orchid #B64FD1

Tints of Medium Orchid #B64FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.47%

R = 38.72%
G = 16.81%
B = 44.47%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B64FD1 (or 0xB64FD1) is known color: Medium Orchid. HEX triplet: B6, 4F and D1. RGB value is (182,79,209). Sum of RGB (Red+Green+Blue) = 182+79+209=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 209 (82.03% from 255 or 44.47% from 470); Max value from RGB is 209 - color contains mainly: blue. Hex color #B64FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FD1 is #49B02E. Grayscale: #7C7C7C. Windows color (decimal): -4829231 or 13717430. OLE color: 13717430.

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

Color convert

RGB 182 79 209 -
CMYK 0.13 0.62 0 0.18
HSL 287.54º 0.59% 0.56% -
HSV(B) 287.54º 0.62% 0.82% -
XYZ 33.6 20.14 62.44 -
YUV 124.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 182 79 209 0.13 0.62 0 0.18 287.54 0.59 0.56
Hex B6 4F D1 D 3E 0 12 120 3B 38
Octal 266 117 321 15 76 0 22 440 73 70
Binary 10110110 1001111 11010001 1101 111110 0 10010 100100000 111011 111000

Color Harmonies of #B64FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FD1

Black with #B64FD1

Text Example


Text Example

White with #B64FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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