Html Css Color HEX #B46CCF Medium Orchid

📋 copy color: '#B46CCF'

red 180 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #B46CCF

Tints of Medium Orchid #B46CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 36.36%
G = 21.82%
B = 41.82%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B46CCF (or 0xB46CCF) is known color: Medium Orchid. HEX triplet: B4, 6C and CF. RGB value is (180,108,207). Sum of RGB (Red+Green+Blue) = 180+108+207=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #B46CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46CCF is #4B9330. Grayscale: #8C8C8C. Windows color (decimal): -4952881 or 13593780. OLE color: 13593780.

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

Color convert

RGB 180 108 207 -
CMYK 0.13 0.48 0 0.19
HSL 283.64º 0.51% 0.62% -
HSV(B) 283.64º 0.48% 0.81% -
XYZ 35.45 24.93 61.98 -
YUV 140.81 165.35 155.95 -
System Red Green Blue C M Y K H S L
Decimal 180 108 207 0.13 0.48 0 0.19 283.64 0.51 0.62
Hex B4 6C CF D 30 0 13 11C 33 3E
Octal 264 154 317 15 60 0 23 434 63 76
Binary 10110100 1101100 11001111 1101 110000 0 10011 100011100 110011 111110

Color Harmonies of #B46CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CCF

Black with #B46CCF

Text Example


Text Example

White with #B46CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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