Html Css Color HEX #B568EB Medium Orchid

📋 copy color: '#B568EB'

red 181 ◦ green 104 ◦ blue 235

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

Shades of Medium Orchid #B568EB

Tints of Medium Orchid #B568EB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20%

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

R = 34.81%
G = 20%
B = 45.19%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B568EB (or 0xB568EB) is known color: Medium Orchid. HEX triplet: B5, 68 and EB. RGB value is (181,104,235). Sum of RGB (Red+Green+Blue) = 181+104+235=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #B568EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568EB is #4A9714. Grayscale: #8D8D8D. Windows color (decimal): -4888341 or 15427765. OLE color: 15427765.

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

Color convert

RGB 181 104 235 -
CMYK 0.23 0.56 0 0.08
HSL 275.27º 0.77% 0.66% -
HSV(B) 275.27º 0.56% 0.92% -
XYZ 39 25.72 81.51 -
YUV 141.96 180.51 155.85 -
System Red Green Blue C M Y K H S L
Decimal 181 104 235 0.23 0.56 0 0.08 275.27 0.77 0.66
Hex B5 68 EB 17 38 0 8 113 4D 42
Octal 265 150 353 27 70 0 10 423 115 102
Binary 10110101 1101000 11101011 10111 111000 0 1000 100010011 1001101 1000010

Color Harmonies of #B568EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568EB

Black with #B568EB

Text Example


Text Example

White with #B568EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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