Html Css Color HEX #B756FE Medium Orchid

📋 copy color: '#B756FE'

red 183 ◦ green 86 ◦ blue 254

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

Shades of Medium Orchid #B756FE

Tints of Medium Orchid #B756FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 34.99%
G = 16.44%
B = 48.57%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B756FE (or 0xB756FE) is known color: Medium Orchid. HEX triplet: B7, 56 and FE. RGB value is (183,86,254). Sum of RGB (Red+Green+Blue) = 183+86+254=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B756FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756FE is #48A901. Grayscale: #858585. Windows color (decimal): -4761858 or 16668343. OLE color: 16668343.

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

Color convert

RGB 183 86 254 -
CMYK 0.28 0.66 0 0.00
HSL 274.64º 0.99% 0.67% -
HSV(B) 274.64º 0.66% 1% -
XYZ 40.75 23.88 96.23 -
YUV 134.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 183 86 254 0.28 0.66 0 0.00 274.64 0.99 0.67
Hex B7 56 FE 1C 42 0 0 113 63 43
Octal 267 126 376 34 102 0 0 423 143 103
Binary 10110111 1010110 11111110 11100 1000010 0 0 100010011 1100011 1000011

Color Harmonies of #B756FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756FE

Black with #B756FE

Text Example


Text Example

White with #B756FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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