Html Css Color HEX #B664D0 Medium Orchid

📋 copy color: '#B664D0'

red 182 ◦ green 100 ◦ blue 208

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

Shades of Medium Orchid #B664D0

Tints of Medium Orchid #B664D0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.41%

 BLUE value IS 208 (81.64% from 255) = 42.45%

R = 37.14%
G = 20.41%
B = 42.45%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B664D0 (or 0xB664D0) is known color: Medium Orchid. HEX triplet: B6, 64 and D0. RGB value is (182,100,208). Sum of RGB (Red+Green+Blue) = 182+100+208=490 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.14% from 490); Green value is 100 (39.45% from 255 or 20.41% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #B664D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664D0 is #499B2F. Grayscale: #888888. Windows color (decimal): -4823856 or 13657270. OLE color: 13657270.

HSL color Cylindrical-coordinate representation of color #B664D0: hue angle of 285.56º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B664D0 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 100 208 -
CMYK 0.12 0.52 0 0.18
HSL 285.56º 0.53% 0.6% -
HSV(B) 285.56º 0.52% 0.82% -
XYZ 35.23 23.61 62.38 -
YUV 136.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 182 100 208 0.12 0.52 0 0.18 285.56 0.53 0.6
Hex B6 64 D0 C 34 0 12 11E 35 3C
Octal 266 144 320 14 64 0 22 436 65 74
Binary 10110110 1100100 11010000 1100 110100 0 10010 100011110 110101 111100

Color Harmonies of #B664D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664D0

Black with #B664D0

Text Example


Text Example

White with #B664D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664D0; }

 p { color: rgb(182,100,208); }

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

background-color css

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

 a { background-color: rgb(182,100,208); }

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

border-color css

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

 span { border-color: rgb(182,100,208); }

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