Html Css Color HEX #B461DF Medium Orchid

📋 copy color: '#B461DF'

red 180 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #B461DF

Tints of Medium Orchid #B461DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.4%

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

R = 36%
G = 19.4%
B = 44.6%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B461DF (or 0xB461DF) is known color: Medium Orchid. HEX triplet: B4, 61 and DF. RGB value is (180,97,223). Sum of RGB (Red+Green+Blue) = 180+97+223=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #B461DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DF is #4B9E20. Grayscale: #878787. Windows color (decimal): -4955681 or 14639540. OLE color: 14639540.

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

Color convert

RGB 180 97 223 -
CMYK 0.19 0.57 0 0.13
HSL 279.52º 0.66% 0.63% -
HSV(B) 279.52º 0.57% 0.87% -
XYZ 36.42 23.58 72.44 -
YUV 136.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 180 97 223 0.19 0.57 0 0.13 279.52 0.66 0.63
Hex B4 61 DF 13 39 0 D 118 42 3F
Octal 264 141 337 23 71 0 15 430 102 77
Binary 10110100 1100001 11011111 10011 111001 0 1101 100011000 1000010 111111

Color Harmonies of #B461DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B461DF

Black with #B461DF

Text Example


Text Example

White with #B461DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B461DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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