Html Css Color HEX #B749E5 Medium Orchid

📋 copy color: '#B749E5'

red 183 ◦ green 73 ◦ blue 229

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

Shades of Medium Orchid #B749E5

Tints of Medium Orchid #B749E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 37.73%
G = 15.05%
B = 47.22%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B749E5 (or 0xB749E5) is known color: Medium Orchid. HEX triplet: B7, 49 and E5. RGB value is (183,73,229). Sum of RGB (Red+Green+Blue) = 183+73+229=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #B749E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749E5 is #48B61A. Grayscale: #7B7B7B. Windows color (decimal): -4765211 or 15026615. OLE color: 15026615.

HSL color Cylindrical-coordinate representation of color #B749E5: hue angle of 282.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B749E5 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 183 73 229 -
CMYK 0.20 0.68 0 0.10
HSL 282.31º 0.75% 0.59% -
HSV(B) 282.31º 0.68% 0.9% -
XYZ 36.05 20.49 76.18 -
YUV 123.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 183 73 229 0.20 0.68 0 0.10 282.31 0.75 0.59
Hex B7 49 E5 14 44 0 A 11A 4B 3B
Octal 267 111 345 24 104 0 12 432 113 73
Binary 10110111 1001001 11100101 10100 1000100 0 1010 100011010 1001011 111011

Color Harmonies of #B749E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749E5

Black with #B749E5

Text Example


Text Example

White with #B749E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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