Html Css Color HEX #B749F9 Medium Orchid

📋 copy color: '#B749F9'

red 183 ◦ green 73 ◦ blue 249

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

Shades of Medium Orchid #B749F9

Tints of Medium Orchid #B749F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 36.24%
G = 14.46%
B = 49.31%

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

#B749F9 (or 0xB749F9) is known color: Medium Orchid. HEX triplet: B7, 49 and F9. RGB value is (183,73,249). Sum of RGB (Red+Green+Blue) = 183+73+249=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 73 (28.91% from 255 or 14.46% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #B749F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749F9 is #48B606. Grayscale: #7D7D7D. Windows color (decimal): -4765191 or 16337335. OLE color: 16337335.

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

Color convert

RGB 183 73 249 -
CMYK 0.27 0.71 0 0.02
HSL 277.5º 0.94% 0.63% -
HSV(B) 277.5º 0.71% 0.98% -
XYZ 39.01 21.67 91.75 -
YUV 125.95 197.44 168.69 -
System Red Green Blue C M Y K H S L
Decimal 183 73 249 0.27 0.71 0 0.02 277.5 0.94 0.63
Hex B7 49 F9 1B 47 0 2 116 5E 3F
Octal 267 111 371 33 107 0 2 426 136 77
Binary 10110111 1001001 11111001 11011 1000111 0 10 100010110 1011110 111111

Color Harmonies of #B749F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749F9

Black with #B749F9

Text Example


Text Example

White with #B749F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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