Html Css Color HEX #B757FE Medium Orchid

📋 copy color: '#B757FE'

red 183 ◦ green 87 ◦ blue 254

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

Shades of Medium Orchid #B757FE

Tints of Medium Orchid #B757FE

RGB

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

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

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

R = 34.92%
G = 16.6%
B = 48.47%

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

#B757FE (or 0xB757FE) is known color: Medium Orchid. HEX triplet: B7, 57 and FE. RGB value is (183,87,254). Sum of RGB (Red+Green+Blue) = 183+87+254=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 87 (34.38% from 255 or 16.60% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #B757FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757FE is #48A801. Grayscale: #868686. Windows color (decimal): -4761602 or 16668599. OLE color: 16668599.

HSL color Cylindrical-coordinate representation of color #B757FE: hue angle of 274.49º 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 #B757FE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 183 87 254 -
CMYK 0.28 0.66 0 0.00
HSL 274.49º 0.99% 0.67% -
HSV(B) 274.49º 0.66% 1% -
XYZ 40.83 24.04 96.25 -
YUV 134.74 195.3 162.42 -
System Red Green Blue C M Y K H S L
Decimal 183 87 254 0.28 0.66 0 0.00 274.49 0.99 0.67
Hex B7 57 FE 1C 42 0 0 112 63 43
Octal 267 127 376 34 102 0 0 422 143 103
Binary 10110111 1010111 11111110 11100 1000010 0 0 100010010 1100011 1000011

Color Harmonies of #B757FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B757FE

Black with #B757FE

Text Example


Text Example

White with #B757FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B757FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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