Html Css Color HEX #B756FF Medium Orchid

📋 copy color: '#B756FF'

red 183 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #B756FF

Tints of Medium Orchid #B756FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 34.92%
G = 16.41%
B = 48.66%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B756FF (or 0xB756FF) is known color: Medium Orchid. HEX triplet: B7, 56 and FF. RGB value is (183,86,255). Sum of RGB (Red+Green+Blue) = 183+86+255=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B756FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756FF is #48A900. Grayscale: #858585. Windows color (decimal): -4761857 or 16733879. OLE color: 16733879.

HSL color Cylindrical-coordinate representation of color #B756FF: hue angle of 274.44º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B756FF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 183 86 255 -
CMYK 0.28 0.66 0 0
HSL 274.44º 1% 0.67% -
HSV(B) 274.44º 0.66% 1% -
XYZ 40.91 23.94 97.07 -
YUV 134.27 196.14 162.76 -
System Red Green Blue C M Y K H S L
Decimal 183 86 255 0.28 0.66 0 0 274.44 1 0.67
Hex B7 56 FF 1C 42 0 0 112 64 43
Octal 267 126 377 34 102 0 0 422 144 103
Binary 10110111 1010110 11111111 11100 1000010 0 0 100010010 1100100 1000011

Color Harmonies of #B756FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756FF

Black with #B756FF

Text Example


Text Example

White with #B756FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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