Html Css Color HEX #B669D1 Medium Orchid

📋 copy color: '#B669D1'

red 182 ◦ green 105 ◦ blue 209

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

Shades of Medium Orchid #B669D1

Tints of Medium Orchid #B669D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.14%

R = 36.69%
G = 21.17%
B = 42.14%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B669D1 (or 0xB669D1) is known color: Medium Orchid. HEX triplet: B6, 69 and D1. RGB value is (182,105,209). Sum of RGB (Red+Green+Blue) = 182+105+209=496 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.69% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 209 (82.03% from 255 or 42.14% from 496); Max value from RGB is 209 - color contains mainly: blue. Hex color #B669D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669D1 is #49962E. Grayscale: #8B8B8B. Windows color (decimal): -4822575 or 13724086. OLE color: 13724086.

HSL color Cylindrical-coordinate representation of color #B669D1: hue angle of 284.42º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B669D1 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 182 105 209 -
CMYK 0.13 0.50 0 0.18
HSL 284.42º 0.53% 0.62% -
HSV(B) 284.42º 0.5% 0.82% -
XYZ 35.85 24.65 63.19 -
YUV 139.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 182 105 209 0.13 0.50 0 0.18 284.42 0.53 0.62
Hex B6 69 D1 D 32 0 12 11C 35 3E
Octal 266 151 321 15 62 0 22 434 65 76
Binary 10110110 1101001 11010001 1101 110010 0 10010 100011100 110101 111110

Color Harmonies of #B669D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669D1

Black with #B669D1

Text Example


Text Example

White with #B669D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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