Html Css Color HEX #B749CC Medium Orchid

📋 copy color: '#B749CC'

red 183 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #B749CC

Tints of Medium Orchid #B749CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.35%

R = 39.78%
G = 15.87%
B = 44.35%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B749CC (or 0xB749CC) is known color: Medium Orchid. HEX triplet: B7, 49 and CC. RGB value is (183,73,204). Sum of RGB (Red+Green+Blue) = 183+73+204=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #B749CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749CC is #48B633. Grayscale: #787878. Windows color (decimal): -4765236 or 13388215. OLE color: 13388215.

HSL color Cylindrical-coordinate representation of color #B749CC: hue angle of 290.38º 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 #B749CC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 73 204 -
CMYK 0.10 0.64 0 0.2
HSL 290.38º 0.56% 0.54% -
HSV(B) 290.38º 0.64% 0.8% -
XYZ 32.81 19.19 59.1 -
YUV 120.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 183 73 204 0.10 0.64 0 0.2 290.38 0.56 0.54
Hex B7 49 CC A 40 0 14 122 38 36
Octal 267 111 314 12 100 0 24 442 70 66
Binary 10110111 1001001 11001100 1010 1000000 0 10100 100100010 111000 110110

Color Harmonies of #B749CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749CC

Black with #B749CC

Text Example


Text Example

White with #B749CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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