Html Css Color HEX #B669CD Medium Orchid

📋 copy color: '#B669CD'

red 182 ◦ green 105 ◦ blue 205

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

Shades of Medium Orchid #B669CD

Tints of Medium Orchid #B669CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 36.99%
G = 21.34%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B669CD (or 0xB669CD) is known color: Medium Orchid. HEX triplet: B6, 69 and CD. RGB value is (182,105,205). Sum of RGB (Red+Green+Blue) = 182+105+205=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #B669CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669CD is #499632. Grayscale: #8B8B8B. Windows color (decimal): -4822579 or 13461942. OLE color: 13461942.

HSL color Cylindrical-coordinate representation of color #B669CD: hue angle of 286.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B669CD is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 105 205 -
CMYK 0.11 0.49 0 0.20
HSL 286.2º 0.5% 0.61% -
HSV(B) 286.2º 0.49% 0.8% -
XYZ 35.36 24.46 60.61 -
YUV 139.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 182 105 205 0.11 0.49 0 0.20 286.2 0.5 0.61
Hex B6 69 CD B 31 0 14 11E 32 3D
Octal 266 151 315 13 61 0 24 436 62 75
Binary 10110110 1101001 11001101 1011 110001 0 10100 100011110 110010 111101

Color Harmonies of #B669CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669CD

Black with #B669CD

Text Example


Text Example

White with #B669CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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