Html Css Color HEX #B569C6 Medium Orchid

📋 copy color: '#B569C6'

red 181 ◦ green 105 ◦ blue 198

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

Shades of Medium Orchid #B569C6

Tints of Medium Orchid #B569C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.91%

R = 37.4%
G = 21.69%
B = 40.91%

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

#B569C6 (or 0xB569C6) is known color: Medium Orchid. HEX triplet: B5, 69 and C6. RGB value is (181,105,198). Sum of RGB (Red+Green+Blue) = 181+105+198=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #B569C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569C6 is #4A9639. Grayscale: #8A8A8A. Windows color (decimal): -4888122 or 13003189. OLE color: 13003189.

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

Color convert

RGB 181 105 198 -
CMYK 0.09 0.47 0 0.22
HSL 289.03º 0.45% 0.59% -
HSV(B) 289.03º 0.47% 0.78% -
XYZ 34.3 24 56.25 -
YUV 138.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 181 105 198 0.09 0.47 0 0.22 289.03 0.45 0.59
Hex B5 69 C6 9 2F 0 16 121 2D 3B
Octal 265 151 306 11 57 0 26 441 55 73
Binary 10110101 1101001 11000110 1001 101111 0 10110 100100001 101101 111011

Color Harmonies of #B569C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569C6

Black with #B569C6

Text Example


Text Example

White with #B569C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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