Html Css Color HEX #B46CC7 Medium Orchid

📋 copy color: '#B46CC7'

red 180 ◦ green 108 ◦ blue 199

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

Shades of Medium Orchid #B46CC7

Tints of Medium Orchid #B46CC7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.18%

 BLUE value IS 199 (78.13% from 255) = 40.86%

R = 36.96%
G = 22.18%
B = 40.86%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B46CC7 (or 0xB46CC7) is known color: Medium Orchid. HEX triplet: B4, 6C and C7. RGB value is (180,108,199). Sum of RGB (Red+Green+Blue) = 180+108+199=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 199 - color contains mainly: blue. Hex color #B46CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CC7 is #4B9338. Grayscale: #8B8B8B. Windows color (decimal): -4952889 or 13069492. OLE color: 13069492.

HSL color Cylindrical-coordinate representation of color #B46CC7: hue angle of 287.47º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46CC7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 180 108 199 -
CMYK 0.10 0.46 0 0.22
HSL 287.47º 0.45% 0.6% -
HSV(B) 287.47º 0.46% 0.78% -
XYZ 34.49 24.55 56.95 -
YUV 139.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 180 108 199 0.10 0.46 0 0.22 287.47 0.45 0.6
Hex B4 6C C7 A 2E 0 16 11F 2D 3C
Octal 264 154 307 12 56 0 26 437 55 74
Binary 10110100 1101100 11000111 1010 101110 0 10110 100011111 101101 111100

Color Harmonies of #B46CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CC7

Black with #B46CC7

Text Example


Text Example

White with #B46CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CC7; }

 p { color: rgb(180,108,199); }

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

background-color css

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

 a { background-color: rgb(180,108,199); }

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

border-color css

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

 span { border-color: rgb(180,108,199); }

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