Html Css Color HEX #B569F7 Medium Orchid

📋 copy color: '#B569F7'

red 181 ◦ green 105 ◦ blue 247

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

Shades of Medium Orchid #B569F7

Tints of Medium Orchid #B569F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46.34%

R = 33.96%
G = 19.7%
B = 46.34%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B569F7 (or 0xB569F7) is known color: Medium Orchid. HEX triplet: B5, 69 and F7. RGB value is (181,105,247). Sum of RGB (Red+Green+Blue) = 181+105+247=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #B569F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F7 is #4A9608. Grayscale: #8F8F8F. Windows color (decimal): -4888073 or 16214453. OLE color: 16214453.

HSL color Cylindrical-coordinate representation of color #B569F7: hue angle of 272.11º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B569F7 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 105 247 -
CMYK 0.27 0.57 0 0.03
HSL 272.11º 0.9% 0.69% -
HSV(B) 272.11º 0.57% 0.97% -
XYZ 40.9 26.64 90.98 -
YUV 143.91 186.18 154.45 -
System Red Green Blue C M Y K H S L
Decimal 181 105 247 0.27 0.57 0 0.03 272.11 0.9 0.69
Hex B5 69 F7 1B 39 0 3 110 5A 45
Octal 265 151 367 33 71 0 3 420 132 105
Binary 10110101 1101001 11110111 11011 111001 0 11 100010000 1011010 1000101

Color Harmonies of #B569F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569F7

Black with #B569F7

Text Example


Text Example

White with #B569F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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