Html Css Color HEX #B757FA Medium Orchid

📋 copy color: '#B757FA'

red 183 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #B757FA

Tints of Medium Orchid #B757FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.73%

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

R = 35.19%
G = 16.73%
B = 48.08%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B757FA (or 0xB757FA) is known color: Medium Orchid. HEX triplet: B7, 57 and FA. RGB value is (183,87,250). Sum of RGB (Red+Green+Blue) = 183+87+250=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #B757FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757FA is #48A805. Grayscale: #858585. Windows color (decimal): -4761606 or 16406455. OLE color: 16406455.

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

Color convert

RGB 183 87 250 -
CMYK 0.27 0.65 0 0.02
HSL 275.34º 0.94% 0.66% -
HSV(B) 275.34º 0.65% 0.98% -
XYZ 40.19 23.79 92.92 -
YUV 134.29 193.3 162.75 -
System Red Green Blue C M Y K H S L
Decimal 183 87 250 0.27 0.65 0 0.02 275.34 0.94 0.66
Hex B7 57 FA 1B 41 0 2 113 5E 42
Octal 267 127 372 33 101 0 2 423 136 102
Binary 10110111 1010111 11111010 11011 1000001 0 10 100010011 1011110 1000010

Color Harmonies of #B757FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757FA

Black with #B757FA

Text Example


Text Example

White with #B757FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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