Html Css Color HEX #B463FA Medium Orchid

📋 copy color: '#B463FA'

red 180 ◦ green 99 ◦ blue 250

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

Shades of Medium Orchid #B463FA

Tints of Medium Orchid #B463FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 34.03%
G = 18.71%
B = 47.26%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B463FA (or 0xB463FA) is known color: Medium Orchid. HEX triplet: B4, 63 and FA. RGB value is (180,99,250). Sum of RGB (Red+Green+Blue) = 180+99+250=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #B463FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B463FA is #4B9C05. Grayscale: #8B8B8B. Windows color (decimal): -4955142 or 16409524. OLE color: 16409524.

HSL color Cylindrical-coordinate representation of color #B463FA: hue angle of 272.19º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B463FA is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 99 250 -
CMYK 0.28 0.60 0 0.02
HSL 272.19º 0.94% 0.68% -
HSV(B) 272.19º 0.6% 0.98% -
XYZ 40.54 25.53 93.23 -
YUV 140.43 189.84 156.22 -
System Red Green Blue C M Y K H S L
Decimal 180 99 250 0.28 0.60 0 0.02 272.19 0.94 0.68
Hex B4 63 FA 1C 3C 0 2 110 5E 44
Octal 264 143 372 34 74 0 2 420 136 104
Binary 10110100 1100011 11111010 11100 111100 0 10 100010000 1011110 1000100

Color Harmonies of #B463FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463FA

Black with #B463FA

Text Example


Text Example

White with #B463FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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