Html Css Color HEX #B756E0 Medium Orchid

📋 copy color: '#B756E0'

red 183 ◦ green 86 ◦ blue 224

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

Shades of Medium Orchid #B756E0

Tints of Medium Orchid #B756E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 37.12%
G = 17.44%
B = 45.44%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B756E0 (or 0xB756E0) is known color: Medium Orchid. HEX triplet: B7, 56 and E0. RGB value is (183,86,224). Sum of RGB (Red+Green+Blue) = 183+86+224=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #B756E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B756E0 is #48A91F. Grayscale: #828282. Windows color (decimal): -4761888 or 14702263. OLE color: 14702263.

HSL color Cylindrical-coordinate representation of color #B756E0: hue angle of 282.17º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B756E0 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 86 224 -
CMYK 0.18 0.62 0 0.12
HSL 282.17º 0.69% 0.61% -
HSV(B) 282.17º 0.62% 0.88% -
XYZ 36.31 22.1 72.87 -
YUV 130.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 183 86 224 0.18 0.62 0 0.12 282.17 0.69 0.61
Hex B7 56 E0 12 3E 0 C 11A 45 3D
Octal 267 126 340 22 76 0 14 432 105 75
Binary 10110111 1010110 11100000 10010 111110 0 1100 100011010 1000101 111101

Color Harmonies of #B756E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756E0

Black with #B756E0

Text Example


Text Example

White with #B756E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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