Html Css Color HEX #B669DD Medium Orchid

📋 copy color: '#B669DD'

red 182 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #B669DD

Tints of Medium Orchid #B669DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.5%

R = 35.83%
G = 20.67%
B = 43.5%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B669DD (or 0xB669DD) is known color: Medium Orchid. HEX triplet: B6, 69 and DD. RGB value is (182,105,221). Sum of RGB (Red+Green+Blue) = 182+105+221=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B669DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DD is #499622. Grayscale: #8C8C8C. Windows color (decimal): -4822563 or 14510518. OLE color: 14510518.

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

Color convert

RGB 182 105 221 -
CMYK 0.18 0.52 0 0.13
HSL 279.83º 0.63% 0.64% -
HSV(B) 279.83º 0.52% 0.87% -
XYZ 37.39 25.27 71.31 -
YUV 141.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 182 105 221 0.18 0.52 0 0.13 279.83 0.63 0.64
Hex B6 69 DD 12 34 0 D 118 3F 40
Octal 266 151 335 22 64 0 15 430 77 100
Binary 10110110 1101001 11011101 10010 110100 0 1101 100011000 111111 1000000

Color Harmonies of #B669DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669DD

Black with #B669DD

Text Example


Text Example

White with #B669DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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