Html Css Color HEX #B669C7 Medium Orchid

📋 copy color: '#B669C7'

red 182 ◦ green 105 ◦ blue 199

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

Shades of Medium Orchid #B669C7

Tints of Medium Orchid #B669C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.95%

R = 37.45%
G = 21.6%
B = 40.95%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B669C7 (or 0xB669C7) is known color: Medium Orchid. HEX triplet: B6, 69 and C7. RGB value is (182,105,199). Sum of RGB (Red+Green+Blue) = 182+105+199=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 105 (41.41% from 255 or 21.60% from 486); Blue value is 199 (78.12% from 255 or 40.95% from 486); Max value from RGB is 199 - color contains mainly: blue. Hex color #B669C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B669C7 is #499638. Grayscale: #8A8A8A. Windows color (decimal): -4822585 or 13068726. OLE color: 13068726.

HSL color Cylindrical-coordinate representation of color #B669C7: hue angle of 289.15º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B669C7 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 105 199 -
CMYK 0.09 0.47 0 0.22
HSL 289.15º 0.46% 0.6% -
HSV(B) 289.15º 0.47% 0.78% -
XYZ 34.65 24.17 56.87 -
YUV 138.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 182 105 199 0.09 0.47 0 0.22 289.15 0.46 0.6
Hex B6 69 C7 9 2F 0 16 121 2E 3C
Octal 266 151 307 11 57 0 26 441 56 74
Binary 10110110 1101001 11000111 1001 101111 0 10110 100100001 101110 111100

Color Harmonies of #B669C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B669C7

Black with #B669C7

Text Example


Text Example

White with #B669C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B669C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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