Html Css Color HEX #B669DA Medium Orchid

📋 copy color: '#B669DA'

red 182 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #B669DA

Tints of Medium Orchid #B669DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 36.04%
G = 20.79%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B669DA (or 0xB669DA) is known color: Medium Orchid. HEX triplet: B6, 69 and DA. RGB value is (182,105,218). Sum of RGB (Red+Green+Blue) = 182+105+218=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #B669DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669DA is #499625. Grayscale: #8C8C8C. Windows color (decimal): -4822566 or 14313910. OLE color: 14313910.

HSL color Cylindrical-coordinate representation of color #B669DA: hue angle of 280.88º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B669DA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 182 105 218 -
CMYK 0.17 0.52 0 0.15
HSL 280.88º 0.6% 0.63% -
HSV(B) 280.88º 0.52% 0.85% -
XYZ 37 25.11 69.23 -
YUV 140.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 182 105 218 0.17 0.52 0 0.15 280.88 0.6 0.63
Hex B6 69 DA 11 34 0 F 119 3C 3F
Octal 266 151 332 21 64 0 17 431 74 77
Binary 10110110 1101001 11011010 10001 110100 0 1111 100011001 111100 111111

Color Harmonies of #B669DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669DA

Black with #B669DA

Text Example


Text Example

White with #B669DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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