Html Css Color HEX #B46CF0 Medium Orchid

📋 copy color: '#B46CF0'

red 180 ◦ green 108 ◦ blue 240

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

Shades of Medium Orchid #B46CF0

Tints of Medium Orchid #B46CF0

RGB

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

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

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

R = 34.09%
G = 20.45%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B46CF0 (or 0xB46CF0) is known color: Medium Orchid. HEX triplet: B4, 6C and F0. RGB value is (180,108,240). Sum of RGB (Red+Green+Blue) = 180+108+240=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 240 (94.14% from 255 or 45.45% from 528); Max value from RGB is 240 - color contains mainly: blue. Hex color #B46CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CF0 is #4B930F. Grayscale: #909090. Windows color (decimal): -4952848 or 15756468. OLE color: 15756468.

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

Color convert

RGB 180 108 240 -
CMYK 0.25 0.55 0 0.06
HSL 272.73º 0.81% 0.68% -
HSV(B) 272.73º 0.55% 0.94% -
XYZ 39.91 26.72 85.49 -
YUV 144.58 181.85 153.27 -
System Red Green Blue C M Y K H S L
Decimal 180 108 240 0.25 0.55 0 0.06 272.73 0.81 0.68
Hex B4 6C F0 19 37 0 6 111 51 44
Octal 264 154 360 31 67 0 6 421 121 104
Binary 10110100 1101100 11110000 11001 110111 0 110 100010001 1010001 1000100

Color Harmonies of #B46CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46CF0

Black with #B46CF0

Text Example


Text Example

White with #B46CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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