Html Css Color HEX #B569F6 Medium Orchid

📋 copy color: '#B569F6'

red 181 ◦ green 105 ◦ blue 246

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

Shades of Medium Orchid #B569F6

Tints of Medium Orchid #B569F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.24%

R = 34.02%
G = 19.74%
B = 46.24%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B569F6 (or 0xB569F6) is known color: Medium Orchid. HEX triplet: B5, 69 and F6. RGB value is (181,105,246). Sum of RGB (Red+Green+Blue) = 181+105+246=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 246 (96.48% from 255 or 46.24% from 532); Max value from RGB is 246 - color contains mainly: blue. Hex color #B569F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F6 is #4A9609. Grayscale: #8F8F8F. Windows color (decimal): -4888074 or 16148917. OLE color: 16148917.

HSL color Cylindrical-coordinate representation of color #B569F6: hue angle of 272.34º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B569F6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 105 246 -
CMYK 0.26 0.57 0 0.04
HSL 272.34º 0.89% 0.69% -
HSV(B) 272.34º 0.57% 0.96% -
XYZ 40.74 26.58 90.17 -
YUV 143.8 185.68 154.54 -
System Red Green Blue C M Y K H S L
Decimal 181 105 246 0.26 0.57 0 0.04 272.34 0.89 0.69
Hex B5 69 F6 1A 39 0 4 110 59 45
Octal 265 151 366 32 71 0 4 420 131 105
Binary 10110101 1101001 11110110 11010 111001 0 100 100010000 1011001 1000101

Color Harmonies of #B569F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569F6

Black with #B569F6

Text Example


Text Example

White with #B569F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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