Html Css Color HEX #B46BDF Medium Orchid

📋 copy color: '#B46BDF'

red 180 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #B46BDF

Tints of Medium Orchid #B46BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.73%

R = 35.29%
G = 20.98%
B = 43.73%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B46BDF (or 0xB46BDF) is known color: Medium Orchid. HEX triplet: B4, 6B and DF. RGB value is (180,107,223). Sum of RGB (Red+Green+Blue) = 180+107+223=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B46BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BDF is #4B9420. Grayscale: #8D8D8D. Windows color (decimal): -4953121 or 14642100. OLE color: 14642100.

HSL color Cylindrical-coordinate representation of color #B46BDF: hue angle of 277.76º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B46BDF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 107 223 -
CMYK 0.19 0.52 0 0.13
HSL 277.76º 0.64% 0.65% -
HSV(B) 277.76º 0.52% 0.87% -
XYZ 37.4 25.55 72.77 -
YUV 142.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 180 107 223 0.19 0.52 0 0.13 277.76 0.64 0.65
Hex B4 6B DF 13 34 0 D 116 40 41
Octal 264 153 337 23 64 0 15 426 100 101
Binary 10110100 1101011 11011111 10011 110100 0 1101 100010110 1000000 1000001

Color Harmonies of #B46BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46BDF

Black with #B46BDF

Text Example


Text Example

White with #B46BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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