Html Css Color HEX #B463EE Medium Orchid

📋 copy color: '#B463EE'

red 180 ◦ green 99 ◦ blue 238

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

Shades of Medium Orchid #B463EE

Tints of Medium Orchid #B463EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 34.82%
G = 19.15%
B = 46.03%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B463EE (or 0xB463EE) is known color: Medium Orchid. HEX triplet: B4, 63 and EE. RGB value is (180,99,238). Sum of RGB (Red+Green+Blue) = 180+99+238=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #B463EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B463EE is #4B9C11. Grayscale: #8A8A8A. Windows color (decimal): -4955154 or 15623092. OLE color: 15623092.

HSL color Cylindrical-coordinate representation of color #B463EE: hue angle of 274.96º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B463EE is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 99 238 -
CMYK 0.24 0.58 0 0.07
HSL 274.96º 0.8% 0.66% -
HSV(B) 274.96º 0.58% 0.93% -
XYZ 38.72 24.8 83.64 -
YUV 139.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 180 99 238 0.24 0.58 0 0.07 274.96 0.8 0.66
Hex B4 63 EE 18 3A 0 7 113 50 42
Octal 264 143 356 30 72 0 7 423 120 102
Binary 10110100 1100011 11101110 11000 111010 0 111 100010011 1010000 1000010

Color Harmonies of #B463EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463EE

Black with #B463EE

Text Example


Text Example

White with #B463EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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