Html Css Color HEX #B569EC Medium Orchid

📋 copy color: '#B569EC'

red 181 ◦ green 105 ◦ blue 236

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

Shades of Medium Orchid #B569EC

Tints of Medium Orchid #B569EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.21%

R = 34.67%
G = 20.11%
B = 45.21%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B569EC (or 0xB569EC) is known color: Medium Orchid. HEX triplet: B5, 69 and EC. RGB value is (181,105,236). Sum of RGB (Red+Green+Blue) = 181+105+236=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #B569EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EC is #4A9613. Grayscale: #8E8E8E. Windows color (decimal): -4888084 or 15493557. OLE color: 15493557.

HSL color Cylindrical-coordinate representation of color #B569EC: hue angle of 274.81º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B569EC is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 105 236 -
CMYK 0.23 0.56 0 0.07
HSL 274.81º 0.78% 0.67% -
HSV(B) 274.81º 0.56% 0.93% -
XYZ 39.25 25.98 82.3 -
YUV 142.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 181 105 236 0.23 0.56 0 0.07 274.81 0.78 0.67
Hex B5 69 EC 17 38 0 7 113 4E 43
Octal 265 151 354 27 70 0 7 423 116 103
Binary 10110101 1101001 11101100 10111 111000 0 111 100010011 1001110 1000011

Color Harmonies of #B569EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569EC

Black with #B569EC

Text Example


Text Example

White with #B569EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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