Html Css Color HEX #B669DB Medium Orchid

📋 copy color: '#B669DB'

red 182 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #B669DB

Tints of Medium Orchid #B669DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 35.97%
G = 20.75%
B = 43.28%

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

#B669DB (or 0xB669DB) is known color: Medium Orchid. HEX triplet: B6, 69 and DB. RGB value is (182,105,219). Sum of RGB (Red+Green+Blue) = 182+105+219=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #B669DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DB is #499624. Grayscale: #8C8C8C. Windows color (decimal): -4822565 or 14379446. OLE color: 14379446.

HSL color Cylindrical-coordinate representation of color #B669DB: hue angle of 280.53º degrees, saturation: 0.61, 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 #B669DB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 105 219 -
CMYK 0.17 0.52 0 0.14
HSL 280.53º 0.61% 0.64% -
HSV(B) 280.53º 0.52% 0.86% -
XYZ 37.13 25.16 69.92 -
YUV 141.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 182 105 219 0.17 0.52 0 0.14 280.53 0.61 0.64
Hex B6 69 DB 11 34 0 E 119 3D 40
Octal 266 151 333 21 64 0 16 431 75 100
Binary 10110110 1101001 11011011 10001 110100 0 1110 100011001 111101 1000000

Color Harmonies of #B669DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669DB

Black with #B669DB

Text Example


Text Example

White with #B669DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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