Html Css Color HEX #B749FC Medium Orchid

📋 copy color: '#B749FC'

red 183 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #B749FC

Tints of Medium Orchid #B749FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.61%

R = 36.02%
G = 14.37%
B = 49.61%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B749FC (or 0xB749FC) is known color: Medium Orchid. HEX triplet: B7, 49 and FC. RGB value is (183,73,252). Sum of RGB (Red+Green+Blue) = 183+73+252=508 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.02% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #B749FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749FC is #48B603. Grayscale: #7D7D7D. Windows color (decimal): -4765188 or 16533943. OLE color: 16533943.

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

Color convert

RGB 183 73 252 -
CMYK 0.27 0.71 0 0.01
HSL 276.87º 0.97% 0.64% -
HSV(B) 276.87º 0.71% 0.99% -
XYZ 39.48 21.86 94.23 -
YUV 126.3 198.94 168.45 -
System Red Green Blue C M Y K H S L
Decimal 183 73 252 0.27 0.71 0 0.01 276.87 0.97 0.64
Hex B7 49 FC 1B 47 0 1 115 61 40
Octal 267 111 374 33 107 0 1 425 141 100
Binary 10110111 1001001 11111100 11011 1000111 0 1 100010101 1100001 1000000

Color Harmonies of #B749FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749FC

Black with #B749FC

Text Example


Text Example

White with #B749FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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