Html Css Color HEX #B46ACB Medium Orchid

📋 copy color: '#B46ACB'

red 180 ◦ green 106 ◦ blue 203

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

Shades of Medium Orchid #B46ACB

Tints of Medium Orchid #B46ACB

RGB

 RED value IS 180 (70.7% from 255) = 36.81%

 GREEN value IS 106 (41.8% from 255) = 21.68%

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

R = 36.81%
G = 21.68%
B = 41.51%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B46ACB (or 0xB46ACB) is known color: Medium Orchid. HEX triplet: B4, 6A and CB. RGB value is (180,106,203). Sum of RGB (Red+Green+Blue) = 180+106+203=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ACB is #4B9534. Grayscale: #8A8A8A. Windows color (decimal): -4953397 or 13331124. OLE color: 13331124.

HSL color Cylindrical-coordinate representation of color #B46ACB: hue angle of 285.77º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46ACB is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 106 203 -
CMYK 0.11 0.48 0 0.20
HSL 285.77º 0.48% 0.61% -
HSV(B) 285.77º 0.48% 0.8% -
XYZ 34.76 24.32 59.36 -
YUV 139.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 180 106 203 0.11 0.48 0 0.20 285.77 0.48 0.61
Hex B4 6A CB B 30 0 14 11E 30 3D
Octal 264 152 313 13 60 0 24 436 60 75
Binary 10110100 1101010 11001011 1011 110000 0 10100 100011110 110000 111101

Color Harmonies of #B46ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ACB

Black with #B46ACB

Text Example


Text Example

White with #B46ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ACB; }

 p { color: rgb(180,106,203); }

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

background-color css

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

 a { background-color: rgb(180,106,203); }

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

border-color css

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

 span { border-color: rgb(180,106,203); }

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