Html Css Color HEX #B463EF Medium Orchid

📋 copy color: '#B463EF'

red 180 ◦ green 99 ◦ blue 239

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

Shades of Medium Orchid #B463EF

Tints of Medium Orchid #B463EF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 34.75%
G = 19.11%
B = 46.14%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B463EF (or 0xB463EF) is known color: Medium Orchid. HEX triplet: B4, 63 and EF. RGB value is (180,99,239). Sum of RGB (Red+Green+Blue) = 180+99+239=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #B463EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B463EF is #4B9C10. Grayscale: #8A8A8A. Windows color (decimal): -4955153 or 15688628. OLE color: 15688628.

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

Color convert

RGB 180 99 239 -
CMYK 0.25 0.59 0 0.06
HSL 274.71º 0.81% 0.66% -
HSV(B) 274.71º 0.59% 0.94% -
XYZ 38.86 24.86 84.41 -
YUV 139.18 184.34 157.12 -
System Red Green Blue C M Y K H S L
Decimal 180 99 239 0.25 0.59 0 0.06 274.71 0.81 0.66
Hex B4 63 EF 19 3B 0 6 113 51 42
Octal 264 143 357 31 73 0 6 423 121 102
Binary 10110100 1100011 11101111 11001 111011 0 110 100010011 1010001 1000010

Color Harmonies of #B463EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463EF

Black with #B463EF

Text Example


Text Example

White with #B463EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463EF; }

 p { color: rgb(180,99,239); }

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

background-color css

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

 a { background-color: rgb(180,99,239); }

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

border-color css

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

 span { border-color: rgb(180,99,239); }

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