Html Css Color HEX #B749FE Medium Orchid

📋 copy color: '#B749FE'

red 183 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #B749FE

Tints of Medium Orchid #B749FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.31%

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

R = 35.88%
G = 14.31%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B749FE (or 0xB749FE) is known color: Medium Orchid. HEX triplet: B7, 49 and FE. RGB value is (183,73,254). Sum of RGB (Red+Green+Blue) = 183+73+254=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 73 (28.91% from 255 or 14.31% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #B749FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749FE is #48B601. Grayscale: #7D7D7D. Windows color (decimal): -4765186 or 16665015. OLE color: 16665015.

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

Color convert

RGB 183 73 254 -
CMYK 0.28 0.71 0 0.00
HSL 276.46º 0.99% 0.64% -
HSV(B) 276.46º 0.71% 1% -
XYZ 39.8 21.99 95.91 -
YUV 126.52 199.94 168.28 -
System Red Green Blue C M Y K H S L
Decimal 183 73 254 0.28 0.71 0 0.00 276.46 0.99 0.64
Hex B7 49 FE 1C 47 0 0 114 63 40
Octal 267 111 376 34 107 0 0 424 143 100
Binary 10110111 1001001 11111110 11100 1000111 0 0 100010100 1100011 1000000

Color Harmonies of #B749FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749FE

Black with #B749FE

Text Example


Text Example

White with #B749FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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