Html Css Color HEX #B756E8 Medium Orchid

📋 copy color: '#B756E8'

red 183 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #B756E8

Tints of Medium Orchid #B756E8

RGB

 RED value IS 183 (71.88% from 255) = 36.53%

 GREEN value IS 86 (33.98% from 255) = 17.17%

 BLUE value IS 232 (91.02% from 255) = 46.31%

R = 36.53%
G = 17.17%
B = 46.31%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B756E8 (or 0xB756E8) is known color: Medium Orchid. HEX triplet: B7, 56 and E8. RGB value is (183,86,232). Sum of RGB (Red+Green+Blue) = 183+86+232=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #B756E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756E8 is #48A917. Grayscale: #838383. Windows color (decimal): -4761880 or 15226551. OLE color: 15226551.

HSL color Cylindrical-coordinate representation of color #B756E8: hue angle of 279.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B756E8 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 86 232 -
CMYK 0.21 0.63 0 0.09
HSL 279.86º 0.76% 0.62% -
HSV(B) 279.86º 0.63% 0.91% -
XYZ 37.42 22.55 78.72 -
YUV 131.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 183 86 232 0.21 0.63 0 0.09 279.86 0.76 0.62
Hex B7 56 E8 15 3F 0 9 118 4C 3E
Octal 267 126 350 25 77 0 11 430 114 76
Binary 10110111 1010110 11101000 10101 111111 0 1001 100011000 1001100 111110

Color Harmonies of #B756E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756E8

Black with #B756E8

Text Example


Text Example

White with #B756E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756E8; }

 p { color: rgb(183,86,232); }

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

background-color css

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

 a { background-color: rgb(183,86,232); }

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

border-color css

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

 span { border-color: rgb(183,86,232); }

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