Html Css Color HEX #B569DA Medium Orchid

📋 copy color: '#B569DA'

red 181 ◦ green 105 ◦ blue 218

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

Shades of Medium Orchid #B569DA

Tints of Medium Orchid #B569DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.25%

R = 35.91%
G = 20.83%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B569DA (or 0xB569DA) is known color: Medium Orchid. HEX triplet: B5, 69 and DA. RGB value is (181,105,218). Sum of RGB (Red+Green+Blue) = 181+105+218=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #B569DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569DA is #4A9625. Grayscale: #8C8C8C. Windows color (decimal): -4888102 or 14313909. OLE color: 14313909.

HSL color Cylindrical-coordinate representation of color #B569DA: hue angle of 280.35º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B569DA is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 105 218 -
CMYK 0.17 0.52 0 0.15
HSL 280.35º 0.6% 0.63% -
HSV(B) 280.35º 0.52% 0.85% -
XYZ 36.76 24.99 69.22 -
YUV 140.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 181 105 218 0.17 0.52 0 0.15 280.35 0.6 0.63
Hex B5 69 DA 11 34 0 F 118 3C 3F
Octal 265 151 332 21 64 0 17 430 74 77
Binary 10110101 1101001 11011010 10001 110100 0 1111 100011000 111100 111111

Color Harmonies of #B569DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569DA

Black with #B569DA

Text Example


Text Example

White with #B569DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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