Html Css Color HEX #B746CB Medium Orchid

📋 copy color: '#B746CB'

red 183 ◦ green 70 ◦ blue 203

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

Shades of Medium Orchid #B746CB

Tints of Medium Orchid #B746CB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.35%

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

R = 40.13%
G = 15.35%
B = 44.52%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B746CB (or 0xB746CB) is known color: Medium Orchid. HEX triplet: B7, 46 and CB. RGB value is (183,70,203). Sum of RGB (Red+Green+Blue) = 183+70+203=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #B746CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B746CB is #48B934. Grayscale: #767676. Windows color (decimal): -4766005 or 13321911. OLE color: 13321911.

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

Color convert

RGB 183 70 203 -
CMYK 0.10 0.66 0 0.20
HSL 290.98º 0.56% 0.54% -
HSV(B) 290.98º 0.66% 0.8% -
XYZ 32.5 18.76 58.41 -
YUV 118.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 183 70 203 0.10 0.66 0 0.20 290.98 0.56 0.54
Hex B7 46 CB A 42 0 14 123 38 36
Octal 267 106 313 12 102 0 24 443 70 66
Binary 10110111 1000110 11001011 1010 1000010 0 10100 100100011 111000 110110

Color Harmonies of #B746CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B746CB

Black with #B746CB

Text Example


Text Example

White with #B746CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B746CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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