Html Css Color HEX #B46FCE Medium Orchid

📋 copy color: '#B46FCE'

red 180 ◦ green 111 ◦ blue 206

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

Shades of Medium Orchid #B46FCE

Tints of Medium Orchid #B46FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.33%

 BLUE value IS 206 (80.86% from 255) = 41.45%

R = 36.22%
G = 22.33%
B = 41.45%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B46FCE (or 0xB46FCE) is known color: Medium Orchid. HEX triplet: B4, 6F and CE. RGB value is (180,111,206). Sum of RGB (Red+Green+Blue) = 180+111+206=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 111 (43.75% from 255 or 22.33% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B46FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FCE is #4B9031. Grayscale: #8E8E8E. Windows color (decimal): -4952114 or 13529012. OLE color: 13529012.

HSL color Cylindrical-coordinate representation of color #B46FCE: hue angle of 283.58º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46FCE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 111 206 -
CMYK 0.13 0.46 0 0.19
HSL 283.58º 0.49% 0.62% -
HSV(B) 283.58º 0.46% 0.81% -
XYZ 35.65 25.53 61.44 -
YUV 142.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 180 111 206 0.13 0.46 0 0.19 283.58 0.49 0.62
Hex B4 6F CE D 2E 0 13 11C 31 3E
Octal 264 157 316 15 56 0 23 434 61 76
Binary 10110100 1101111 11001110 1101 101110 0 10011 100011100 110001 111110

Color Harmonies of #B46FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46FCE

Black with #B46FCE

Text Example


Text Example

White with #B46FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46FCE; }

 p { color: rgb(180,111,206); }

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

background-color css

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

 a { background-color: rgb(180,111,206); }

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

border-color css

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

 span { border-color: rgb(180,111,206); }

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