Html Css Color HEX #B46ACC Medium Orchid

📋 copy color: '#B46ACC'

red 180 ◦ green 106 ◦ blue 204

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

Shades of Medium Orchid #B46ACC

Tints of Medium Orchid #B46ACC

RGB

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

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

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

R = 36.73%
G = 21.63%
B = 41.63%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B46ACC (or 0xB46ACC) is known color: Medium Orchid. HEX triplet: B4, 6A and CC. RGB value is (180,106,204). Sum of RGB (Red+Green+Blue) = 180+106+204=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #B46ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ACC is #4B9533. Grayscale: #8A8A8A. Windows color (decimal): -4953396 or 13396660. OLE color: 13396660.

HSL color Cylindrical-coordinate representation of color #B46ACC: hue angle of 285.31º degrees, saturation: 0.49, 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 #B46ACC is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 106 204 -
CMYK 0.12 0.48 0 0.2
HSL 285.31º 0.49% 0.61% -
HSV(B) 285.31º 0.48% 0.8% -
XYZ 34.88 24.37 59.99 -
YUV 139.3 164.52 157.03 -
System Red Green Blue C M Y K H S L
Decimal 180 106 204 0.12 0.48 0 0.2 285.31 0.49 0.61
Hex B4 6A CC C 30 0 14 11D 31 3D
Octal 264 152 314 14 60 0 24 435 61 75
Binary 10110100 1101010 11001100 1100 110000 0 10100 100011101 110001 111101

Color Harmonies of #B46ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46ACC

Black with #B46ACC

Text Example


Text Example

White with #B46ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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