Html Css Color HEX #B569F5 Medium Orchid

📋 copy color: '#B569F5'

red 181 ◦ green 105 ◦ blue 245

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

Shades of Medium Orchid #B569F5

Tints of Medium Orchid #B569F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.14%

R = 34.09%
G = 19.77%
B = 46.14%

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

#B569F5 (or 0xB569F5) is known color: Medium Orchid. HEX triplet: B5, 69 and F5. RGB value is (181,105,245). Sum of RGB (Red+Green+Blue) = 181+105+245=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #B569F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F5 is #4A960A. Grayscale: #8F8F8F. Windows color (decimal): -4888075 or 16083381. OLE color: 16083381.

HSL color Cylindrical-coordinate representation of color #B569F5: hue angle of 272.57º degrees, saturation: 0.88, 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 #B569F5 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 105 245 -
CMYK 0.26 0.57 0 0.04
HSL 272.57º 0.88% 0.69% -
HSV(B) 272.57º 0.57% 0.96% -
XYZ 40.59 26.52 89.37 -
YUV 143.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 181 105 245 0.26 0.57 0 0.04 272.57 0.88 0.69
Hex B5 69 F5 1A 39 0 4 111 58 45
Octal 265 151 365 32 71 0 4 421 130 105
Binary 10110101 1101001 11110101 11010 111001 0 100 100010001 1011000 1000101

Color Harmonies of #B569F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569F5

Black with #B569F5

Text Example


Text Example

White with #B569F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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