Html Css Color HEX #B569F0 Medium Orchid

📋 copy color: '#B569F0'

red 181 ◦ green 105 ◦ blue 240

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

Shades of Medium Orchid #B569F0

Tints of Medium Orchid #B569F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.63%

R = 34.41%
G = 19.96%
B = 45.63%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B569F0 (or 0xB569F0) is known color: Medium Orchid. HEX triplet: B5, 69 and F0. RGB value is (181,105,240). Sum of RGB (Red+Green+Blue) = 181+105+240=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #B569F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569F0 is #4A960F. Grayscale: #8E8E8E. Windows color (decimal): -4888080 or 15755701. OLE color: 15755701.

HSL color Cylindrical-coordinate representation of color #B569F0: hue angle of 273.78º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B569F0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 105 240 -
CMYK 0.25 0.56 0 0.06
HSL 273.78º 0.82% 0.68% -
HSV(B) 273.78º 0.56% 0.94% -
XYZ 39.84 26.22 85.4 -
YUV 143.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 181 105 240 0.25 0.56 0 0.06 273.78 0.82 0.68
Hex B5 69 F0 19 38 0 6 112 52 44
Octal 265 151 360 31 70 0 6 422 122 104
Binary 10110101 1101001 11110000 11001 111000 0 110 100010010 1010010 1000100

Color Harmonies of #B569F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569F0

Black with #B569F0

Text Example


Text Example

White with #B569F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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