Html Css Color HEX #B749E7 Medium Orchid

📋 copy color: '#B749E7'

red 183 ◦ green 73 ◦ blue 231

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

Shades of Medium Orchid #B749E7

Tints of Medium Orchid #B749E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.43%

R = 37.58%
G = 14.99%
B = 47.43%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B749E7 (or 0xB749E7) is known color: Medium Orchid. HEX triplet: B7, 49 and E7. RGB value is (183,73,231). Sum of RGB (Red+Green+Blue) = 183+73+231=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 73 (28.91% from 255 or 14.99% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #B749E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B749E7 is #48B618. Grayscale: #7B7B7B. Windows color (decimal): -4765209 or 15157687. OLE color: 15157687.

HSL color Cylindrical-coordinate representation of color #B749E7: hue angle of 281.77º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B749E7 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 183 73 231 -
CMYK 0.21 0.68 0 0.09
HSL 281.77º 0.77% 0.6% -
HSV(B) 281.77º 0.68% 0.91% -
XYZ 36.33 20.6 77.66 -
YUV 123.9 188.44 170.15 -
System Red Green Blue C M Y K H S L
Decimal 183 73 231 0.21 0.68 0 0.09 281.77 0.77 0.6
Hex B7 49 E7 15 44 0 9 11A 4D 3C
Octal 267 111 347 25 104 0 11 432 115 74
Binary 10110111 1001001 11100111 10101 1000100 0 1001 100011010 1001101 111100

Color Harmonies of #B749E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749E7

Black with #B749E7

Text Example


Text Example

White with #B749E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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