Html Css Color HEX #B749FD Medium Orchid

📋 copy color: '#B749FD'

red 183 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #B749FD

Tints of Medium Orchid #B749FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 35.95%
G = 14.34%
B = 49.71%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B749FD (or 0xB749FD) is known color: Medium Orchid. HEX triplet: B7, 49 and FD. RGB value is (183,73,253). Sum of RGB (Red+Green+Blue) = 183+73+253=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #B749FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749FD is #48B602. Grayscale: #7D7D7D. Windows color (decimal): -4765187 or 16599479. OLE color: 16599479.

HSL color Cylindrical-coordinate representation of color #B749FD: hue angle of 276.67º degrees, saturation: 0.98, 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 #B749FD is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 73 253 -
CMYK 0.28 0.71 0 0.01
HSL 276.67º 0.98% 0.64% -
HSV(B) 276.67º 0.71% 0.99% -
XYZ 39.64 21.92 95.07 -
YUV 126.41 199.44 168.36 -
System Red Green Blue C M Y K H S L
Decimal 183 73 253 0.28 0.71 0 0.01 276.67 0.98 0.64
Hex B7 49 FD 1C 47 0 1 115 62 40
Octal 267 111 375 34 107 0 1 425 142 100
Binary 10110111 1001001 11111101 11100 1000111 0 1 100010101 1100010 1000000

Color Harmonies of #B749FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749FD

Black with #B749FD

Text Example


Text Example

White with #B749FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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