Html Css Color HEX #B46CCD Medium Orchid

📋 copy color: '#B46CCD'

red 180 ◦ green 108 ◦ blue 205

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

Shades of Medium Orchid #B46CCD

Tints of Medium Orchid #B46CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 36.51%
G = 21.91%
B = 41.58%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B46CCD (or 0xB46CCD) is known color: Medium Orchid. HEX triplet: B4, 6C and CD. RGB value is (180,108,205). Sum of RGB (Red+Green+Blue) = 180+108+205=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #B46CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CCD is #4B9332. Grayscale: #8C8C8C. Windows color (decimal): -4952883 or 13462708. OLE color: 13462708.

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

Color convert

RGB 180 108 205 -
CMYK 0.12 0.47 0 0.20
HSL 284.54º 0.49% 0.61% -
HSV(B) 284.54º 0.47% 0.8% -
XYZ 35.2 24.84 60.7 -
YUV 140.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 180 108 205 0.12 0.47 0 0.20 284.54 0.49 0.61
Hex B4 6C CD C 2F 0 14 11D 31 3D
Octal 264 154 315 14 57 0 24 435 61 75
Binary 10110100 1101100 11001101 1100 101111 0 10100 100011101 110001 111101

Color Harmonies of #B46CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CCD

Black with #B46CCD

Text Example


Text Example

White with #B46CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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