Html Css Color HEX #B56BED Medium Orchid

📋 copy color: '#B56BED'

red 181 ◦ green 107 ◦ blue 237

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

Shades of Medium Orchid #B56BED

Tints of Medium Orchid #B56BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.14%

R = 34.48%
G = 20.38%
B = 45.14%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B56BED (or 0xB56BED) is known color: Medium Orchid. HEX triplet: B5, 6B and ED. RGB value is (181,107,237). Sum of RGB (Red+Green+Blue) = 181+107+237=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B56BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BED is #4A9412. Grayscale: #8F8F8F. Windows color (decimal): -4887571 or 15559605. OLE color: 15559605.

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

Color convert

RGB 181 107 237 -
CMYK 0.24 0.55 0 0.07
HSL 274.15º 0.78% 0.67% -
HSV(B) 274.15º 0.55% 0.93% -
XYZ 39.6 26.45 83.14 -
YUV 143.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 181 107 237 0.24 0.55 0 0.07 274.15 0.78 0.67
Hex B5 6B ED 18 37 0 7 112 4E 43
Octal 265 153 355 30 67 0 7 422 116 103
Binary 10110101 1101011 11101101 11000 110111 0 111 100010010 1001110 1000011

Color Harmonies of #B56BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B56BED

Black with #B56BED

Text Example


Text Example

White with #B56BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B56BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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