Html Css Color HEX #B750FE Medium Orchid

📋 copy color: '#B750FE'

red 183 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #B750FE

Tints of Medium Orchid #B750FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.47%

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

R = 35.4%
G = 15.47%
B = 49.13%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B750FE (or 0xB750FE) is known color: Medium Orchid. HEX triplet: B7, 50 and FE. RGB value is (183,80,254). Sum of RGB (Red+Green+Blue) = 183+80+254=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #B750FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B750FE is #48AF01. Grayscale: #828282. Windows color (decimal): -4763394 or 16666807. OLE color: 16666807.

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

Color convert

RGB 183 80 254 -
CMYK 0.28 0.69 0 0.00
HSL 275.52º 0.99% 0.65% -
HSV(B) 275.52º 0.69% 1% -
XYZ 40.29 22.96 96.07 -
YUV 130.63 197.62 165.35 -
System Red Green Blue C M Y K H S L
Decimal 183 80 254 0.28 0.69 0 0.00 275.52 0.99 0.65
Hex B7 50 FE 1C 45 0 0 114 63 41
Octal 267 120 376 34 105 0 0 424 143 101
Binary 10110111 1010000 11111110 11100 1000101 0 0 100010100 1100011 1000001

Color Harmonies of #B750FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B750FE

Black with #B750FE

Text Example


Text Example

White with #B750FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B750FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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