Html Css Color HEX #B569DC Medium Orchid

📋 copy color: '#B569DC'

red 181 ◦ green 105 ◦ blue 220

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

Shades of Medium Orchid #B569DC

Tints of Medium Orchid #B569DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 35.77%
G = 20.75%
B = 43.48%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B569DC (or 0xB569DC) is known color: Medium Orchid. HEX triplet: B5, 69 and DC. RGB value is (181,105,220). Sum of RGB (Red+Green+Blue) = 181+105+220=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #B569DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569DC is #4A9623. Grayscale: #8C8C8C. Windows color (decimal): -4888100 or 14444981. OLE color: 14444981.

HSL color Cylindrical-coordinate representation of color #B569DC: hue angle of 279.65º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B569DC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 105 220 -
CMYK 0.18 0.52 0 0.14
HSL 279.65º 0.62% 0.64% -
HSV(B) 279.65º 0.52% 0.86% -
XYZ 37.03 25.09 70.6 -
YUV 140.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 181 105 220 0.18 0.52 0 0.14 279.65 0.62 0.64
Hex B5 69 DC 12 34 0 E 118 3E 40
Octal 265 151 334 22 64 0 16 430 76 100
Binary 10110101 1101001 11011100 10010 110100 0 1110 100011000 111110 1000000

Color Harmonies of #B569DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569DC

Black with #B569DC

Text Example


Text Example

White with #B569DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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