Html Css Color HEX #B669DC Medium Orchid

📋 copy color: '#B669DC'

red 182 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #B669DC

Tints of Medium Orchid #B669DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.71%

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

R = 35.9%
G = 20.71%
B = 43.39%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B669DC (or 0xB669DC) is known color: Medium Orchid. HEX triplet: B6, 69 and DC. RGB value is (182,105,220). Sum of RGB (Red+Green+Blue) = 182+105+220=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #B669DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DC is #499623. Grayscale: #8C8C8C. Windows color (decimal): -4822564 or 14444982. OLE color: 14444982.

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

Color convert

RGB 182 105 220 -
CMYK 0.17 0.52 0 0.14
HSL 280.17º 0.62% 0.64% -
HSV(B) 280.17º 0.52% 0.86% -
XYZ 37.26 25.22 70.61 -
YUV 141.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 182 105 220 0.17 0.52 0 0.14 280.17 0.62 0.64
Hex B6 69 DC 11 34 0 E 118 3E 40
Octal 266 151 334 21 64 0 16 430 76 100
Binary 10110110 1101001 11011100 10001 110100 0 1110 100011000 111110 1000000

Color Harmonies of #B669DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669DC

Black with #B669DC

Text Example


Text Example

White with #B669DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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