Html Css Color HEX #B463D7 Medium Orchid

📋 copy color: '#B463D7'

red 180 ◦ green 99 ◦ blue 215

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

Shades of Medium Orchid #B463D7

Tints of Medium Orchid #B463D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.52%

R = 36.44%
G = 20.04%
B = 43.52%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B463D7 (or 0xB463D7) is known color: Medium Orchid. HEX triplet: B4, 63 and D7. RGB value is (180,99,215). Sum of RGB (Red+Green+Blue) = 180+99+215=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #B463D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463D7 is #4B9C28. Grayscale: #888888. Windows color (decimal): -4955177 or 14115764. OLE color: 14115764.

HSL color Cylindrical-coordinate representation of color #B463D7: hue angle of 281.9º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B463D7 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 99 215 -
CMYK 0.16 0.54 0 0.16
HSL 281.9º 0.59% 0.62% -
HSV(B) 281.9º 0.54% 0.84% -
XYZ 35.55 23.53 66.96 -
YUV 136.44 172.34 159.07 -
System Red Green Blue C M Y K H S L
Decimal 180 99 215 0.16 0.54 0 0.16 281.9 0.59 0.62
Hex B4 63 D7 10 36 0 10 11A 3B 3E
Octal 264 143 327 20 66 0 20 432 73 76
Binary 10110100 1100011 11010111 10000 110110 0 10000 100011010 111011 111110

Color Harmonies of #B463D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463D7

Black with #B463D7

Text Example


Text Example

White with #B463D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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