Html Css Color HEX #B56BEB Medium Orchid

📋 copy color: '#B56BEB'

red 181 ◦ green 107 ◦ blue 235

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

Shades of Medium Orchid #B56BEB

Tints of Medium Orchid #B56BEB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.46%

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

R = 34.61%
G = 20.46%
B = 44.93%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B56BEB (or 0xB56BEB) is known color: Medium Orchid. HEX triplet: B5, 6B and EB. RGB value is (181,107,235). Sum of RGB (Red+Green+Blue) = 181+107+235=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B56BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BEB is #4A9414. Grayscale: #8F8F8F. Windows color (decimal): -4887573 or 15428533. OLE color: 15428533.

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

Color convert

RGB 181 107 235 -
CMYK 0.23 0.54 0 0.08
HSL 274.69º 0.76% 0.67% -
HSV(B) 274.69º 0.54% 0.92% -
XYZ 39.31 26.34 81.61 -
YUV 143.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 181 107 235 0.23 0.54 0 0.08 274.69 0.76 0.67
Hex B5 6B EB 17 36 0 8 113 4C 43
Octal 265 153 353 27 66 0 10 423 114 103
Binary 10110101 1101011 11101011 10111 110110 0 1000 100010011 1001100 1000011

Color Harmonies of #B56BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BEB

Black with #B56BEB

Text Example


Text Example

White with #B56BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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