Html Css Color HEX #B749CF Medium Orchid

📋 copy color: '#B749CF'

red 183 ◦ green 73 ◦ blue 207

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

Shades of Medium Orchid #B749CF

Tints of Medium Orchid #B749CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 39.52%
G = 15.77%
B = 44.71%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B749CF (or 0xB749CF) is known color: Medium Orchid. HEX triplet: B7, 49 and CF. RGB value is (183,73,207). Sum of RGB (Red+Green+Blue) = 183+73+207=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B749CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749CF is #48B630. Grayscale: #787878. Windows color (decimal): -4765233 or 13584823. OLE color: 13584823.

HSL color Cylindrical-coordinate representation of color #B749CF: hue angle of 289.25º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B749CF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 73 207 -
CMYK 0.12 0.65 0 0.19
HSL 289.25º 0.58% 0.55% -
HSV(B) 289.25º 0.65% 0.81% -
XYZ 33.17 19.34 61.02 -
YUV 121.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 183 73 207 0.12 0.65 0 0.19 289.25 0.58 0.55
Hex B7 49 CF C 41 0 13 121 3A 37
Octal 267 111 317 14 101 0 23 441 72 67
Binary 10110111 1001001 11001111 1100 1000001 0 10011 100100001 111010 110111

Color Harmonies of #B749CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749CF

Black with #B749CF

Text Example


Text Example

White with #B749CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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