Html Css Color HEX #B749FB Medium Orchid

📋 copy color: '#B749FB'

red 183 ◦ green 73 ◦ blue 251

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

Shades of Medium Orchid #B749FB

Tints of Medium Orchid #B749FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.51%

R = 36.09%
G = 14.4%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B749FB (or 0xB749FB) is known color: Medium Orchid. HEX triplet: B7, 49 and FB. RGB value is (183,73,251). Sum of RGB (Red+Green+Blue) = 183+73+251=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #B749FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749FB is #48B604. Grayscale: #7D7D7D. Windows color (decimal): -4765189 or 16468407. OLE color: 16468407.

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

Color convert

RGB 183 73 251 -
CMYK 0.27 0.71 0 0.02
HSL 277.08º 0.96% 0.64% -
HSV(B) 277.08º 0.71% 0.98% -
XYZ 39.32 21.8 93.4 -
YUV 126.18 198.44 168.53 -
System Red Green Blue C M Y K H S L
Decimal 183 73 251 0.27 0.71 0 0.02 277.08 0.96 0.64
Hex B7 49 FB 1B 47 0 2 115 60 40
Octal 267 111 373 33 107 0 2 425 140 100
Binary 10110111 1001001 11111011 11011 1000111 0 10 100010101 1100000 1000000

Color Harmonies of #B749FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749FB

Black with #B749FB

Text Example


Text Example

White with #B749FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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