Html Css Color HEX #B46AF0 Medium Orchid

📋 copy color: '#B46AF0'

red 180 ◦ green 106 ◦ blue 240

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

Shades of Medium Orchid #B46AF0

Tints of Medium Orchid #B46AF0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.15%

 BLUE value IS 240 (94.14% from 255) = 45.63%

R = 34.22%
G = 20.15%
B = 45.63%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B46AF0 (or 0xB46AF0) is known color: Medium Orchid. HEX triplet: B4, 6A and F0. RGB value is (180,106,240). Sum of RGB (Red+Green+Blue) = 180+106+240=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 240 (94.14% from 255 or 45.63% from 526); Max value from RGB is 240 - color contains mainly: blue. Hex color #B46AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AF0 is #4B950F. Grayscale: #8E8E8E. Windows color (decimal): -4953360 or 15755956. OLE color: 15755956.

HSL color Cylindrical-coordinate representation of color #B46AF0: hue angle of 273.13º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46AF0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 106 240 -
CMYK 0.25 0.56 0 0.06
HSL 273.13º 0.82% 0.68% -
HSV(B) 273.13º 0.56% 0.94% -
XYZ 39.7 26.3 85.42 -
YUV 143.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 180 106 240 0.25 0.56 0 0.06 273.13 0.82 0.68
Hex B4 6A F0 19 38 0 6 111 52 44
Octal 264 152 360 31 70 0 6 421 122 104
Binary 10110100 1101010 11110000 11001 111000 0 110 100010001 1010010 1000100

Color Harmonies of #B46AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46AF0

Black with #B46AF0

Text Example


Text Example

White with #B46AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46AF0; }

 p { color: rgb(180,106,240); }

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

background-color css

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

 a { background-color: rgb(180,106,240); }

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

border-color css

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

 span { border-color: rgb(180,106,240); }

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