Html Css Color HEX #B569C7 Medium Orchid

📋 copy color: '#B569C7'

red 181 ◦ green 105 ◦ blue 199

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

Shades of Medium Orchid #B569C7

Tints of Medium Orchid #B569C7

RGB

 RED value IS 181 (71.09% from 255) = 37.32%

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

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

R = 37.32%
G = 21.65%
B = 41.03%

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

#B569C7 (or 0xB569C7) is known color: Medium Orchid. HEX triplet: B5, 69 and C7. RGB value is (181,105,199). Sum of RGB (Red+Green+Blue) = 181+105+199=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 199 (78.12% from 255 or 41.03% from 485); Max value from RGB is 199 - color contains mainly: blue. Hex color #B569C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569C7 is #4A9638. Grayscale: #8A8A8A. Windows color (decimal): -4888121 or 13068725. OLE color: 13068725.

HSL color Cylindrical-coordinate representation of color #B569C7: hue angle of 288.51º 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 #B569C7 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 105 199 -
CMYK 0.09 0.47 0 0.22
HSL 288.51º 0.46% 0.6% -
HSV(B) 288.51º 0.47% 0.78% -
XYZ 34.42 24.05 56.86 -
YUV 138.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 181 105 199 0.09 0.47 0 0.22 288.51 0.46 0.6
Hex B5 69 C7 9 2F 0 16 121 2E 3C
Octal 265 151 307 11 57 0 26 441 56 74
Binary 10110101 1101001 11000111 1001 101111 0 10110 100100001 101110 111100

Color Harmonies of #B569C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569C7

Black with #B569C7

Text Example


Text Example

White with #B569C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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