Html Css Color HEX #B664DF Medium Orchid

📋 copy color: '#B664DF'

red 182 ◦ green 100 ◦ blue 223

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

Shades of Medium Orchid #B664DF

Tints of Medium Orchid #B664DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 36.04%
G = 19.8%
B = 44.16%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B664DF (or 0xB664DF) is known color: Medium Orchid. HEX triplet: B6, 64 and DF. RGB value is (182,100,223). Sum of RGB (Red+Green+Blue) = 182+100+223=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 100 (39.45% from 255 or 19.80% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B664DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B664DF is #499B20. Grayscale: #8A8A8A. Windows color (decimal): -4823841 or 14640310. OLE color: 14640310.

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

Color convert

RGB 182 100 223 -
CMYK 0.18 0.55 0 0.13
HSL 280º 0.66% 0.63% -
HSV(B) 280º 0.55% 0.87% -
XYZ 37.17 24.39 72.56 -
YUV 138.54 175.67 159 -
System Red Green Blue C M Y K H S L
Decimal 182 100 223 0.18 0.55 0 0.13 280 0.66 0.63
Hex B6 64 DF 12 37 0 D 118 42 3F
Octal 266 144 337 22 67 0 15 430 102 77
Binary 10110110 1100100 11011111 10010 110111 0 1101 100011000 1000010 111111

Color Harmonies of #B664DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664DF

Black with #B664DF

Text Example


Text Example

White with #B664DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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