Html Css Color HEX #B463DA Medium Orchid

📋 copy color: '#B463DA'

red 180 ◦ green 99 ◦ blue 218

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

Shades of Medium Orchid #B463DA

Tints of Medium Orchid #B463DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 36.22%
G = 19.92%
B = 43.86%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B463DA (or 0xB463DA) is known color: Medium Orchid. HEX triplet: B4, 63 and DA. RGB value is (180,99,218). Sum of RGB (Red+Green+Blue) = 180+99+218=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #B463DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B463DA is #4B9C25. Grayscale: #888888. Windows color (decimal): -4955174 or 14312372. OLE color: 14312372.

HSL color Cylindrical-coordinate representation of color #B463DA: hue angle of 280.84º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B463DA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 99 218 -
CMYK 0.17 0.55 0 0.15
HSL 280.84º 0.62% 0.62% -
HSV(B) 280.84º 0.55% 0.85% -
XYZ 35.94 23.69 69.01 -
YUV 136.79 173.84 158.82 -
System Red Green Blue C M Y K H S L
Decimal 180 99 218 0.17 0.55 0 0.15 280.84 0.62 0.62
Hex B4 63 DA 11 37 0 F 119 3E 3E
Octal 264 143 332 21 67 0 17 431 76 76
Binary 10110100 1100011 11011010 10001 110111 0 1111 100011001 111110 111110

Color Harmonies of #B463DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B463DA

Black with #B463DA

Text Example


Text Example

White with #B463DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B463DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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