Html Css Color HEX #B46BCC Medium Orchid

📋 copy color: '#B46BCC'

red 180 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #B46BCC

Tints of Medium Orchid #B46BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.79%

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

R = 36.66%
G = 21.79%
B = 41.55%

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

#B46BCC (or 0xB46BCC) is known color: Medium Orchid. HEX triplet: B4, 6B and CC. RGB value is (180,107,204). Sum of RGB (Red+Green+Blue) = 180+107+204=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #B46BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BCC is #4B9433. Grayscale: #8B8B8B. Windows color (decimal): -4953140 or 13396916. OLE color: 13396916.

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

Color convert

RGB 180 107 204 -
CMYK 0.12 0.48 0 0.2
HSL 285.15º 0.49% 0.61% -
HSV(B) 285.15º 0.48% 0.8% -
XYZ 34.98 24.58 60.03 -
YUV 139.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 180 107 204 0.12 0.48 0 0.2 285.15 0.49 0.61
Hex B4 6B CC C 30 0 14 11D 31 3D
Octal 264 153 314 14 60 0 24 435 61 75
Binary 10110100 1101011 11001100 1100 110000 0 10100 100011101 110001 111101

Color Harmonies of #B46BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BCC

Black with #B46BCC

Text Example


Text Example

White with #B46BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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