Html Css Color HEX #B756FA Medium Orchid

📋 copy color: '#B756FA'

red 183 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #B756FA

Tints of Medium Orchid #B756FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 35.26%
G = 16.57%
B = 48.17%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B756FA (or 0xB756FA) is known color: Medium Orchid. HEX triplet: B7, 56 and FA. RGB value is (183,86,250). Sum of RGB (Red+Green+Blue) = 183+86+250=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #B756FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B756FA is #48A905. Grayscale: #858585. Windows color (decimal): -4761862 or 16406199. OLE color: 16406199.

HSL color Cylindrical-coordinate representation of color #B756FA: hue angle of 275.49º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B756FA is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 183 86 250 -
CMYK 0.27 0.66 0 0.02
HSL 275.49º 0.94% 0.66% -
HSV(B) 275.49º 0.66% 0.98% -
XYZ 40.11 23.62 92.89 -
YUV 133.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 183 86 250 0.27 0.66 0 0.02 275.49 0.94 0.66
Hex B7 56 FA 1B 42 0 2 113 5E 42
Octal 267 126 372 33 102 0 2 423 136 102
Binary 10110111 1010110 11111010 11011 1000010 0 10 100010011 1011110 1000010

Color Harmonies of #B756FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B756FA

Black with #B756FA

Text Example


Text Example

White with #B756FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B756FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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