Html Css Color HEX #B569E0 Medium Orchid

📋 copy color: '#B569E0'

red 181 ◦ green 105 ◦ blue 224

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

Shades of Medium Orchid #B569E0

Tints of Medium Orchid #B569E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.92%

R = 35.49%
G = 20.59%
B = 43.92%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B569E0 (or 0xB569E0) is known color: Medium Orchid. HEX triplet: B5, 69 and E0. RGB value is (181,105,224). Sum of RGB (Red+Green+Blue) = 181+105+224=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 224 (87.89% from 255 or 43.92% from 510); Max value from RGB is 224 - color contains mainly: blue. Hex color #B569E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569E0 is #4A961F. Grayscale: #8C8C8C. Windows color (decimal): -4888096 or 14707125. OLE color: 14707125.

HSL color Cylindrical-coordinate representation of color #B569E0: hue angle of 278.32º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B569E0 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 105 224 -
CMYK 0.19 0.53 0 0.12
HSL 278.32º 0.66% 0.65% -
HSV(B) 278.32º 0.53% 0.88% -
XYZ 37.56 25.31 73.43 -
YUV 141.29 174.68 156.32 -
System Red Green Blue C M Y K H S L
Decimal 181 105 224 0.19 0.53 0 0.12 278.32 0.66 0.65
Hex B5 69 E0 13 35 0 C 116 42 41
Octal 265 151 340 23 65 0 14 426 102 101
Binary 10110101 1101001 11100000 10011 110101 0 1100 100010110 1000010 1000001

Color Harmonies of #B569E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569E0

Black with #B569E0

Text Example


Text Example

White with #B569E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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