Html Css Color HEX #B569D7 Medium Orchid

📋 copy color: '#B569D7'

red 181 ◦ green 105 ◦ blue 215

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

Shades of Medium Orchid #B569D7

Tints of Medium Orchid #B569D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.91%

R = 36.13%
G = 20.96%
B = 42.91%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B569D7 (or 0xB569D7) is known color: Medium Orchid. HEX triplet: B5, 69 and D7. RGB value is (181,105,215). Sum of RGB (Red+Green+Blue) = 181+105+215=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 215 (84.38% from 255 or 42.91% from 501); Max value from RGB is 215 - color contains mainly: blue. Hex color #B569D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569D7 is #4A9628. Grayscale: #8B8B8B. Windows color (decimal): -4888105 or 14117301. OLE color: 14117301.

HSL color Cylindrical-coordinate representation of color #B569D7: hue angle of 281.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B569D7 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 105 215 -
CMYK 0.16 0.51 0 0.16
HSL 281.45º 0.58% 0.63% -
HSV(B) 281.45º 0.51% 0.84% -
XYZ 36.37 24.83 67.17 -
YUV 140.26 170.18 157.06 -
System Red Green Blue C M Y K H S L
Decimal 181 105 215 0.16 0.51 0 0.16 281.45 0.58 0.63
Hex B5 69 D7 10 33 0 10 119 3A 3F
Octal 265 151 327 20 63 0 20 431 72 77
Binary 10110101 1101001 11010111 10000 110011 0 10000 100011001 111010 111111

Color Harmonies of #B569D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569D7

Black with #B569D7

Text Example


Text Example

White with #B569D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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