Html Css Color HEX #B668DF Medium Orchid

📋 copy color: '#B668DF'

red 182 ◦ green 104 ◦ blue 223

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

Shades of Medium Orchid #B668DF

Tints of Medium Orchid #B668DF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.43%

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

R = 35.76%
G = 20.43%
B = 43.81%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B668DF (or 0xB668DF) is known color: Medium Orchid. HEX triplet: B6, 68 and DF. RGB value is (182,104,223). Sum of RGB (Red+Green+Blue) = 182+104+223=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #B668DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668DF is #499720. Grayscale: #8C8C8C. Windows color (decimal): -4822817 or 14641334. OLE color: 14641334.

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

Color convert

RGB 182 104 223 -
CMYK 0.18 0.53 0 0.13
HSL 279.33º 0.65% 0.64% -
HSV(B) 279.33º 0.53% 0.87% -
XYZ 37.56 25.17 72.69 -
YUV 140.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 182 104 223 0.18 0.53 0 0.13 279.33 0.65 0.64
Hex B6 68 DF 12 35 0 D 117 41 40
Octal 266 150 337 22 65 0 15 427 101 100
Binary 10110110 1101000 11011111 10010 110101 0 1101 100010111 1000001 1000000

Color Harmonies of #B668DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668DF

Black with #B668DF

Text Example


Text Example

White with #B668DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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