Html Css Color HEX #B569EB Medium Orchid

📋 copy color: '#B569EB'

red 181 ◦ green 105 ◦ blue 235

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

Shades of Medium Orchid #B569EB

Tints of Medium Orchid #B569EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.11%

R = 34.74%
G = 20.15%
B = 45.11%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B569EB (or 0xB569EB) is known color: Medium Orchid. HEX triplet: B5, 69 and EB. RGB value is (181,105,235). Sum of RGB (Red+Green+Blue) = 181+105+235=521 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.74% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #B569EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569EB is #4A9614. Grayscale: #8E8E8E. Windows color (decimal): -4888085 or 15428021. OLE color: 15428021.

HSL color Cylindrical-coordinate representation of color #B569EB: hue angle of 275.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B569EB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 105 235 -
CMYK 0.23 0.55 0 0.08
HSL 275.08º 0.76% 0.67% -
HSV(B) 275.08º 0.55% 0.92% -
XYZ 39.1 25.93 81.54 -
YUV 142.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 181 105 235 0.23 0.55 0 0.08 275.08 0.76 0.67
Hex B5 69 EB 17 37 0 8 113 4C 43
Octal 265 151 353 27 67 0 10 423 114 103
Binary 10110101 1101001 11101011 10111 110111 0 1000 100010011 1001100 1000011

Color Harmonies of #B569EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569EB

Black with #B569EB

Text Example


Text Example

White with #B569EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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