Html Css Color HEX #B749CB Medium Orchid

📋 copy color: '#B749CB'

red 183 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #B749CB

Tints of Medium Orchid #B749CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.23%

R = 39.87%
G = 15.9%
B = 44.23%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B749CB (or 0xB749CB) is known color: Medium Orchid. HEX triplet: B7, 49 and CB. RGB value is (183,73,203). Sum of RGB (Red+Green+Blue) = 183+73+203=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #B749CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749CB is #48B634. Grayscale: #787878. Windows color (decimal): -4765237 or 13322679. OLE color: 13322679.

HSL color Cylindrical-coordinate representation of color #B749CB: hue angle of 290.77º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B749CB is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 73 203 -
CMYK 0.10 0.64 0 0.20
HSL 290.77º 0.56% 0.54% -
HSV(B) 290.77º 0.64% 0.8% -
XYZ 32.69 19.14 58.47 -
YUV 120.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 183 73 203 0.10 0.64 0 0.20 290.77 0.56 0.54
Hex B7 49 CB A 40 0 14 123 38 36
Octal 267 111 313 12 100 0 24 443 70 66
Binary 10110111 1001001 11001011 1010 1000000 0 10100 100100011 111000 110110

Color Harmonies of #B749CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749CB

Black with #B749CB

Text Example


Text Example

White with #B749CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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