Html Css Color HEX #B668DC Medium Orchid

📋 copy color: '#B668DC'

red 182 ◦ green 104 ◦ blue 220

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

Shades of Medium Orchid #B668DC

Tints of Medium Orchid #B668DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 35.97%
G = 20.55%
B = 43.48%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B668DC (or 0xB668DC) is known color: Medium Orchid. HEX triplet: B6, 68 and DC. RGB value is (182,104,220). Sum of RGB (Red+Green+Blue) = 182+104+220=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B668DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B668DC is #499723. Grayscale: #8C8C8C. Windows color (decimal): -4822820 or 14444726. OLE color: 14444726.

HSL color Cylindrical-coordinate representation of color #B668DC: hue angle of 280.34º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B668DC is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 104 220 -
CMYK 0.17 0.53 0 0.14
HSL 280.34º 0.62% 0.64% -
HSV(B) 280.34º 0.53% 0.86% -
XYZ 37.16 25.01 70.58 -
YUV 140.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 182 104 220 0.17 0.53 0 0.14 280.34 0.62 0.64
Hex B6 68 DC 11 35 0 E 118 3E 40
Octal 266 150 334 21 65 0 16 430 76 100
Binary 10110110 1101000 11011100 10001 110101 0 1110 100011000 111110 1000000

Color Harmonies of #B668DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B668DC

Black with #B668DC

Text Example


Text Example

White with #B668DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B668DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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